User Activity

Posted on January 15, 2014 at 01:00 I set up CAN1 for mask filters as follows: CAN 1, Btr 0129000a, Esr 00000000, Mcr 00000040, Msr 00000c00 Tsr 1c000000, Rf0r 00000000, Rf1r 00000000, Ier 0003875b filter Fmr 2a1c0e00, Fm1r 00000000, Fs1r 0...
Posted on December 13, 2013 at 17:20CAN requires at least two nodes in order to work.  I'm trying to determine what the error signature is for a node that is not connected to the network so that the node can go into a timed sleep/retry mode rather t...
Posted on August 26, 2013 at 22:06While dumping some memory from the CCM on an STM32F405 at address 0x1000 FF00 I noticed the GDB memory browser window cut off at 0x1000 FFEF as the end of valid memory.  The last 16 bytes of CCM didn't show.  Has an...
Posted on August 19, 2013 at 23:21A warning so no one else will get caught by this.  On the original STM32F4 design docs pin 99 on LQFP100 is shown as RFU or PDR_ON, and diagrams show it can be connected to Vdd.  The gotcha is this only applies to r...
Posted on July 12, 2013 at 17:42Here is the problem situation:  I use a 16KB internal flash sector to store configuration parameters.  Code in the flash performs the flash erase and write operation, which works fine.  Next I enable the WWDG windowed...