User Activity

Posted on December 06, 2017 at 16:07I have follow sequence in my linker script:.test : { . = ALIGN(4); LONG ( _estack ) ; LONG ( Reset_Handler + 1 ); . = ALIGN(4); } >FLASH (=0x8000000 )Reset_Handler: /* 0x8001xxx */ ldr r0, =_estack /* Breakpoint *...
Posted on October 31, 2017 at 23:30Hi forum,I have downloaded the STM32F3Discovery Demo Source Project.There are project files for several IDEs included but looks like none for Ac6/OpenSTM32.Has somebody converted that already?
Posted on October 31, 2017 at 23:25Hi group,I have installed the AC6 Plugins in eclipse oxygen and try to create a test project for F3 Discovery.I've choosen Standard Peripheral Library and pressed 'Download Firmware'.There is something 32 MB downlo...
Posted on October 30, 2017 at 12:45Hi Forum,For some other Arm 32 mcus I can download one official Development IDE.For STM32 I get many shown.Is OpenSMT32 good or what else?