• const placed in DATA segment
    Hi All, when I write: const char mysting[] ={"my string"}; data are placed to DATA segment, not code sement. I know if it would be written like this: code char mysting[] ={"my string"}; data...
  • stm32f429 external memory
    are there facilities for implementing external memory or do I have to make a function that write row, write colunmn, read/write data?
  • Configure External NOR flash with STM32f429
    Hello, I'm working on a STM32F429ZI board and S29GL128S External NOR Flash in order to save some code (images among others). I'm trying to configure the project, but I do something wrong because the...
  • Placing many arrays of consts at fixed address of Flash
    I read some topics about placing a const to fixed address by linker. The method is to locate all section, isn't it? My problem is to locate 7 arrays of const(predefined): a1[50]..a7[50]. I want to place...
  • Keil 4.74, STM32F429 and >1MB Flash?
    Hi, It seems that there ist a problem when using Keil MDK 4.74 on STM32F429 and Code/RO-Data with more than 1MB. The 5.14 Compiler looks better, but i have tested it only once. Is there anything...