• huge R/w in code after rebuild
    In my code I haven't initialized even a single var initially. All my vars are defined line: datatype_t my_var; uint8_t x; uint32_t z; AlSo all var should take space in ZI data. I also read...
  • huge R/w in code after rebuild
    In my code I haven't initialized even a single var initially. All my vars are defined line: datatype_t my_var; uint8_t x; uint32_t z; AlSo all var should take space in ZI data. I also read...
  • v7-a or v8-a library missing after rebuilding arm-none-eabi-gcc10
    Hello Sir(s), I had followed the document, How-to-build-toolchain.pdf, to rebuild the arm-none-eabi-gcc 10 (q4-major) for fixing CMSE check fail issue. However, there are some library missing(v7-a or...
  • v7-a or v8-a library missing after rebuilding arm-none-eabi-gcc10
    Hello Sir(s), I had followed the document, How-to-build-toolchain.pdf, to rebuild the arm-none-eabi-gcc 10 (q4-major) for fixing CMSE check fail issue. However, there are some library missing(v7-a or...
  • Error: Flash Download failed - "Cortex-M3" after FLASH_EnableWriteProtection
    Hi. I was trying to protect my custom bootloader pages but the call FLASH_EnableWriteProtection always returned with error, so I followed the advice at www.st.com/.../forums-cat-8438...