Menu

#507 stm32 CCM .ld file needs NOLOAD

2.6.5
closed
None
Low
2.6.4
True
2014-06-30
2014-05-28
Andrey B
No

CCM .ld files (just STM32F407xG_CCM.ld?) need NOLOAD option for .ccm section:

".ccm :" should be changed to ".ccm (NOLOAD) :"

This is important for the linux guys who use https://github.com/texane/stlink - they flash .bin files, and without the NOLOAD the bin file is 130Mb and stlink fails to program it

See http://forum.chibios.org/phpbb/viewtopic.php?f=16&t=1912&p=15946#p15946

Discussion

  • Giovanni Di Sirio

    Fixed, thanks.

    Giovanni

     
  • Giovanni Di Sirio

    • assigned_to: Giovanni Di Sirio
    • Fixed in Repository: False --> True
     
  • Giovanni Di Sirio

    • status: open --> closed
     

Log in to post a comment.