• __attribute__((section("name"))) variable attribute
    Hi, I'm trying to have a certain variable lets say "const uint8_t Version[4] = {0x01,0x02,0x03,0x04}" at a specific place memory region. For doing so i've used the section attribute of "__attribute__...
  • Unable to get USB working properly on STM32F469IIT
    Hello I have a working example of USB CDC for STM32F429 (based on Keil example) We have changed the CPU to STM32F469IIT and the usage of USB from HS to FS mode. I have been able to successfully...
  • Unable to get USB working properly on STM32F469IIT
    Hello I have a working example of USB CDC for STM32F429 (based on Keil example) We have changed the CPU to STM32F469IIT and the usage of USB from HS to FS mode. I have been able to successfully...
  • Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...
  • Problems with placing a variable in a named section with scatter-loading
    Hello I'm having problems placing a variable in a named section with scatter-loading. I'm following Placing functions and data at specific addresses and I can actually see the new section in the map...