-
switch (configuration->mode)这一行。如果设置的 cfg.mode = RT_SPI_MASTER | RT_SPI_MODE_1 | RT_SPI_MSB;
则 RT_SPI_MODE_1 != RT_SPI_MASTER | RT_SPI_MODE_1 | RT_SPI_MSB; 无法成功设置。
-
RT-Thread 版本: master (5ba96109c60c4b1a)
netutils 版本: ~V1.2~ V1.3
现象: 出现提示`warning: ntp_sync stack is close to end of stack address`,也出过堆栈溢出
```
[I/ntp] Get local time from NTP server: Wed May 19…
-
![image](https://user-images.githubusercontent.com/34888354/120376449-7d2e8c00-c34e-11eb-8cec-9757cb2d4466.png)
红箭头所指的关调度保护的函数是我后加的
以此截图为例,在rt_thread_idle_entry函数中,调用回调函数时先判断回调函数是否为空(`if (idle_hoo…
-
clone代码后,使用pgks --update更新好,使用scons --target=mdk5生成工程,但是编译失败,编译错误信息如下:
`Build started: Project: project
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Program Files (x86)\Keil_v5\ARM\A…
-
HI,
can somebody add simple example using USB CDC?
-
具体错误:fault: SCB_CFSR_UFSR:0x01 UNDEFINSTR
-
Hello, I'm new to SOEM, trying to control actuator with a Panasonic minas a6 servo driver. My issue is that the relay is clicking on and off, I know there will be something simple wrong in my code whi…
-
../middleware/rt-thread/include\rtthread.h(24): warning: In file included from...
../middleware/rt-thread/include\rtdef.h(1094): warning: In file included from...
../middleware/rt-thread/include/rtl…
-
Hi all,
Is there still exists the RTT english forum?
I have some doubts regarding task management. Is the only way to restart a task is delete and create it again? What is the diffetence betwee…
-
https://github.com/RT-Thread-packages/CMSIS/blob/ac78e3a0f59c10cafa788f6462b56723880a88ca/RTOS2/RT-Thread/src/cmsis_rtthread.c#L607