Posted on May 17, 2011 at 13:37Hello All, I would really appreciate some help. I am working with the STM32 and using CANBUS to implement a J1939 receiver. The problem I have is that I need to use MASK mode. Firstly the CAN documentation on the STM32...
Posted on May 17, 2011 at 13:36I suggest you read the application note on using the I2C there is some detail in solving problems. I had I2C lockups until I implemented the procedure below (from the app note) and we now have very stable I2C comms. **...
Posted on May 17, 2011 at 13:22Quote:On 29-08-2009 at 22:10, Anonymous wrote: Dear ArmNewbie, The RTC core and clock configuration (RCC_BDCR register) are in the Backup domain, which means that RTC setting and time are kept after reset or wakeup fr...
Posted on May 17, 2011 at 13:22Hello, I am developing a system where we use standby mode extensively and use the RTC to wake the unit. All this works without any problems but it appears that on waking the RTC counter value is reset to 0, ideally we ...