Using libraries (ex: HAL) with Ac6 tools (STM32F3discovery / STM32F303VCT)
Hello,
I downloaded Ac6 and manage to do arm assembly actions with it, mostly calculus actions.
However I can’t find a way of lighting a Led (I know that I have to look at the datasheet to find which register the leds are linked to and which bit I have to put high, etc)
So I tried libraries and managed to blinks a bunch of leds. I used STM32CubeMx to generate an initialization code that open on the software Keil, this une the library HAL.
My questions:
How can I make it so when I generate code on STM32CubeMx, it open eclipse(Ac6) instead of Keil?
How can I use others libraries (CMSIS or SPL) on eclipse(Ac6)
How can I ligh a Led on my board with just eclipse? (maybe in ARM Assembly)
Thanks