The following code shows the main relevant information of the development board:print('board info:')import uos
d = uos.uname()
print('board name:', d[4])
print('micropython version:', d[2])print('buil...
keil stm32 debug always runs to movs r0,r0The reason is that the interrupt vector table offset is set during initializationNVIC_SetVectorTable(NVIC_VectTab_FLASH, APP_START_ADDRESS); //#define APP_STA...
Radio frequency identification technology is mainly a non-contact automatic identification technology. In its application process, it is necessary to use radio frequency signals based on electromagnet...
After completing the driver of LCD5110, I started testing the timer. After adding timer.c, the compilation failed. A careful inspection revealed that the data exceeded the limit (see screenshot), data...
Transistors in electronic system chips will gradually age over time. They will slowly become old, slow to respond, have more and more problems, and even suddenly crash. However, everything has two sid...
Connect the DSP and open Matlab. First, you must change the environment, otherwise the compilation will fail.Type C2000lib to open the library.Add peripherals in C2833X DSP Chip Support, and then add ...