Hello:
I need more RAM size on MSP2 board.
in Keil uVison 5, I add a simple code to write then read testing.
//-------------------------------------------------------
ram_addr=(volatile uint32_t *)(0x20400000); for (j=0; j<1024; j++) { *ram_addr…
Hi,
I am using the MPS2+ board to debug my DesignStart Cortex-M0. The core is up and running and now I want to program the onboard SRAM. On the SDCard I can see that \MB\HBIO263C\AN387\images.txt expects an axf file.
Is it possible to generate an .axf…
I use the ARM Cortex-M3 DesignStart Eval on the FPGA platform, I use J-link to download the program to the system but the system is not properly implemented. I downloaded the generated Hex file via J-link to the FPGA development board via Keil. Is the…