Posted on May 17, 2011 at 13:49Ok, that's what I finally did: I set the RAM end in 0x2000FFFF which is, according to STM32 documentation, the end of SRAM section. Now seems the program links perfect and works. Now, at least, I can debug it.Thanks fo...
Posted on May 17, 2011 at 13:49Hi,The 12 buffers of 512 elements were already global. If now, I add the 4 buffers of 1024 my linker says:Error[Lp011]: section placement failed: unable to allocate space for sections/blocks with a total estimated mini...
Posted on May 17, 2011 at 13:47Hi Denis!Finally I found the solution. But it was not what you said :p HeheheLook, when I initialized my system I did: GPIO initializingRCC initializingADC, PWM initializingStart converting and enable PWM outputTI...
Posted on May 17, 2011 at 13:47Oh! Yes, I did not post it because a simple configuration. This is what I do:/******************************* TIM_CONFIG ************************************* Configure General Purpose Timers* Description: We will on...
Posted on May 17, 2011 at 13:44Yes! You found the solution!!! Thanks a lot!Unfortunately the reference manual doesn't say anything about it... The only doc we have is the help file manual and that sucks... Well, at least I think that this is not exp...