Posted on October 21, 2015 at 17:36Hello, I'm working on a project on a STM32F429 and we experienced every 10 or more days a board reset. Based on the fault handler I detect that somebody is wasting my memory but I cannot get who is wasting it. I le...
Posted on October 16, 2015 at 17:19Hello, I would like to enable the CAN error Irq and in particular the LEC so in my init function I did CAN_ITConfig( CAN2, CAN_IT_TME | CAN_IT_FMP0 | CAN_IT_FOV0 | CAN_IT_FF0 | CAN_IT_LEC | CAN_IT_ERR, ENABLE ); an...
Posted on July 03, 2015 at 11:35Hello, I'm trying to develop a watchdog handler to catch, as for exceptions, the last code executed before watchdog. To do that I tried to copy the handler I did for faults and that I found on web. asm( ''TST LR, ...
Posted on August 14, 2013 at 17:47Hello, I'm using the STM USB library version V2.1.0 with an host profile and I found a problem working with some usb keys: the library was going up to enumeration but after if was hanging. Debugging the problem I fi...
Posted on October 22, 2015 at 14:20Hello, coming back to my question I found how to setup the DWT and I can see the comparator that trigger the event, the problem is that I need or to store the PC or to go in Irq. Actually I'm trying to understand h...
Posted on October 19, 2015 at 12:05Hello Jask, thanks for your answer: I disabled the automatic exit from bus-off. I would expect that when it reaches the bus-off there is no more Irq, instead it continously goes in Irq. I would like to know as soon...
Posted on July 04, 2015 at 07:50hello,I solved the issue. The solution is working, the problem is that in case of an infine loop there can be still a more prior ira that enter during the loop execution so the data collected are not always true.regar...
Posted on August 24, 2013 at 08:42Hello,is there anybody that can confirm my modification? Without that I cannot mount 2 of the 3 usb keys I have on my desk.I'm also experiencing other problems after mounting trying to read a file in the key: is the...