Posted on May 17, 2011 at 12:15Hi, Be confident that all the ST ARM Core are supported by the GNU arm compiler even the STM32 (Cortex M3). In fact,a new RIDE7 (from Raisonance) and a new HITOP5.20 (from Hitex) debugger based on GNU arm compiler will...
Posted on May 17, 2011 at 09:46Hi, Could you precise which IDE are you using? Are you using St's startup files or your own startup file? Have a look to this http://www.stmcu.com/modules.php?name=mcu&file=familiesdocs&FAM=110#Firmware in order to get...
Posted on May 17, 2011 at 09:44Hi anuradha, The bss section is used for local common variable storage. You may allocate address space in the bss section, but you may not dictate data to load into it before your program executes. When your program st...
Posted on May 17, 2011 at 09:43Hi Rudi48, i tried the demo comStick (web server) and no such error is shown. 8-) Could you please attach the map file (it could be helpful ;)),you'll find it in ..Demo\Objects. I'm expecting a problem in GCC installat...
Posted on May 17, 2011 at 09:43Hi, Download Anglia STRx Toolchain (4.1.1) and install it, then you'll find all the Dsplib in the install folder. Regards MBS