Re: STM32FX BSP questions

2015-07-24 Thread Gedare Bloom
On Thu, Jul 23, 2015 at 9:26 AM, jay.doyle wrote: > All, > > I have a few basic questions that I was wondering if someone could give me > some pointers on. > > My colleagues and I are working on a new RTEMS BSP to support various > Cortex-M series processors in the STM32F series. ST provides a ni

Re: STM32FX BSP questions

2015-07-23 Thread Mr . Andrei Chichak
There is a bit of weirdness in the way that ST generates code from Cube. First, they create a main.c file for you with a main() routine. Nice, but it conflicts with the way that RTEMS uses Init() as a user entry point. Next, they put all of the highest level code into a directory called Src. Th

STM32FX BSP questions

2015-07-23 Thread jay.doyle
All, I have a few basic questions that I was wondering if someone could give me some pointers on. My colleagues and I are working on a new RTEMS BSP to support various Cortex-M series processors in the STM32F series. ST provides a nice hardware abstraction layer that is common for all their