• 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...
  • 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: problem with using external SDRAM as an additional data memory
    Hi, I can read/write an external sdram using fmc in stm32f429. But working with address and read/write functions is not proper for my purpose. I want to introduce external sdram as if internal sram...
  • STM32f429: problem with using external SDRAM as an additional data memory
    Hi, I can read/write an external sdram using fmc in stm32f429. But working with address and read/write functions is not proper for my purpose. I want to introduce external sdram as if internal sram...
  • 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?