2015-02-04 01:57 PM
Hi guys!
I have a problem with my stm32 discovery board. I installed eclipse, gnu arm plugin(version 2.2.1), gcc arm none eabi(4_9-2014q4).I did not install latest gnu arm plugin because i don't want to use hal_drivers.After installation, I created new c++ project for stmf4xx std periph driver (toolchain is cross arm gcc).My problem is that ''When I compile the code (there is no error) and program the board with st-flash, led doesnt blink.but when i only change to file type .cpp -> .c and program to board led blink.''