Re: [xpcc-dev] Device description generation

2015-12-29 Thread Szabó Antal
I found a weird problem, If I update the LCD in a loop (with or without sleep) after some time (about 1 minute) the whole mcu locks up (hard fault). The exact same code works perfectly in the libopencm3-based program. Do you have any idea of what can cause this? Maybe some interrupt causes a corrup

Re: [xpcc-dev] Device description generation

2015-12-29 Thread Szabó Antal
Update: I reproduced the issue with the libopencm3 based program, so I guess this is a physical issue like a floating pin or bad power source. 2015-12-29 21:05 GMT+01:00 Szabó Antal : > I found a weird problem, If I update the LCD in a loop (with or > without sleep) after some time (about 1 minute

Re: [xpcc-dev] Device description generation

2015-12-29 Thread Niklas Hauser
Hi Antal, I barely have an internet connection here (im CDU-Wahlkreis) so I can't link to Github because loading is too slooow. Just ack-grep for the keywords in you xpcc repo and you'll find the code. > I found a weird problem, If I update the LCD in a loop (with or > without sleep) aft

Re: [xpcc-dev] Device description generation

2015-12-29 Thread Szabó Antal
Hi! I really appreciate your answers, they are great help to me :) We have already exchanged a few emails with Strongly-typed, and I'm using 48MHz too for now. I started a driver for the MPU 9250, however I have a problem, the I2C connection doesn't seem to be working at all. I have this method