Start with a simple application, build a GPIO control project, and get familiar with the SSv5 project creation process, simulation, program download, etc. Use the user LED lights and user buttons on t
A few days ago, the official routine compilation passed, and there were no problems in IAR and KEIL. However, I encountered a problem when I used jlink to connect the board for debugging today. My boa
With the improvement of people's living standards and the need for communication tools, most people choose to use mobile phones as their most commonly used communication tools. With more tools, there
Exchange the ADI DSP BF518 development board for an original TI 9B96 development board, even an unpacked one will do.
If you are interested, please contact QQ: 307799870
The board has a USB programmin
In the makefile, ccarm -c is first used to compile a bunch of .cc files into a bunch of .o intermediate files, and then arrm is called to make them into a .a file. The question is, how to convert this