Posted on May 17, 2011 at 13:10The Virtual COM Port example on the STM3210E board works well for me even with 2 Hyperterminals :) or 1 Hyperterminal and RS-232C loopback. I would like starting a transfer of data from the board to PC immediatelly aft...
Posted on May 17, 2011 at 13:09Is it possible to compile STM32 FW library sources into real library files (*.a)? I suppose, that linker can then link only functions that are needed. If it is, how to do it in CrossWorks/GCC? Ivan
Posted on May 17, 2011 at 13:09I have already solved the issue. There is no interoperation between CrossWorks RAM Linker Configuration and STM library that uses VECT_TAB_RAM definition to set a relocation of the interrupt vector table into RAM. So I...
Posted on May 17, 2011 at 13:09Hello, I start with STM32 using STM3210E Board, CrossWorks IDE and USB/JTAG adapter made by a local manufacturer (based on FTDI chip). I downloaded the SysTick example from FWLib by both THUMB RAM Debug and Release Con...