User Activity

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...