Search Results
Search results 1-2 of 2.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
how to use the pcrop of stm32f7xx in segger embeded studio, I found a pdf "dm00346619",I saw the usage process, but I don't know how to use it in segger embedded studio, how to generate the symbol file and use it in segger embedded studio?
-
I defined some constants in the specified area of flash,And can be successfully defined to the specified flash area,But when I downloaded and debugged, there was a phenomenon that flash could not be downloaded。 const volatile uint16_t Filter_parameter [512] __attribute __((section(“ FLASH_PAGE_1”)))= {200,4,250,4,0,10,3,0,0,0,0,0,0,0,0,0,150, 4,250,4,0,0,0,0,0,0,0,0,0,0,0,0}; MemoryMap.xml: <!DOCTYPE Board_Memory_Definition_File> <root name =“ MM32L062NT”> <MemorySegment name =“ EEPROM1” start =…