The following example uses the cla_asin project in the following path to illustrate the relevant precautions for CLA debugging and analysis.
C2000Ware_3_02_00_00\device_support\f2837xd\examples\cpu1\c...
A few days ago, a student asked me about ARM interrupt nesting. I found that what I took for granted in my mind was not easy for students to understand. ARM has seven modes. Here we only discuss SVC, ...
The LCD of my development board is 800*480. There is no problem with the nk.bin file provided by the development board. However, when I customize it myself using the BSP package provided by the develo...
I want to transplant the linux 2.6.28 system on the hard disk to a USB flash drive. A vmlinux and initrd.img run well on the hard disk. ,0)/grub/splash.xpm.gz hiddenmenu title USB(2.6.28) root (hd0,0)...
I am using msp430g2553 to display Chinese characters on the LCD. However, when I debug in single step mode, it sometimes displays abnormal Chinese characters or letters, and when I run at full speed, ...
I made a USB board, the built-in USB of STM32F103C8T6. The interrupt transmission can be enumerated successfully, and the data can be sent out. The current maximum number of data transmissions is 64, ...