Re: [xpcc-dev] Interrupt vectors are sometimes not correct defined

2014-04-27 Thread Kevin Laeufer
Hi Georgi, On Sun 27 Apr 2014 12:50:34 PM CEST, Georgi Grinshpun wrote: I've just noticed, that our definition of interrupt vectors for stm32 micro controllers is not easy to follow. Do we get the names and definition of the interrupt vectors from the data sheet or from some auto-generated xml

Re: [xpcc-dev] Support for stm32f100rb "stm32vl discovery"

2014-12-03 Thread Kevin Laeufer
Hi, just some additions... On 12/03/2014 09:10 PM, Niklas Hauser wrote: > Unless you have some experience with stuff like that, it will probably > be pretty hard to add support for the F100 right now, sorry. Yes, unfortunately it will not be super easy to add support for the stm32f1, but if you

Re: [xpcc-dev] Device description generation

2016-01-08 Thread Kevin Laeufer
Hi, On 07/01/16 18:35, Szabó Antal wrote: I have another, completely unrelated question, maybe not even related to xpcc (I'm not sure). The stm32 I'm programming is on a custom board for a product, that is, I don't use any pre-made boards. One symptom is that sometimes, when I power on the devi

Re: [xpcc-dev] Hard fault debugging

2016-01-13 Thread Kevin Laeufer
Hi, On 13/01/16 20:09, Szabó Antal wrote: Hi, We modified the board to follow what you suggested, but there wasn't any real improvement. However, lowering the system frequency to 32 MHz "solved" all the problems, the test program correctly ran overnight without crashing. I don't exactly know wh

Re: [xpcc-dev] Towards modm

2016-02-04 Thread Kevin Laeufer
Hi Fabian, thank you for your efforts. On 04/02/16 14:49, Fabian Greif wrote: To solve these issues a possible solution is extract the system builder part of the SCons system (basically everything in /architecture) into a separate tool and make the remaining parts more modular. One approach for

Re: [xpcc-dev] Trying to get CAN working

2016-02-05 Thread Kevin Laeufer
On 05/02/16 02:59, Szabó Antal wrote: This is how I initialize Can1: GpioInputB8::connect(Can1::Rx, Gpio::InputType::PullUp); GpioOutputB9::connect(Can1::Tx, Gpio::OutputType::PushPull); Can1::initialize(9); CanFilter::setFilter(0, CanFilter::FIFO0, CanFilte

Re: [xpcc-dev] Data storage in flash

2016-02-16 Thread Kevin Laeufer
Hi Antal, On 16/02/16 16:04, Szabó Antal wrote: I need to persistently store data in the device I'm developing, so I thought I would save it to flash. How can I do this? Yes, that is possible, ST has an application note about that [0] I didn't find anything in xpcc, so I would have to use so