User Activity

Posted on August 15, 2017 at 14:11Hello. I am trying to implement an in application programming to an F303 processor.I got to a point where I can successfully download a whole new firmware to my desired location (0x08010000) through UART. I checked ...
Posted on June 28, 2017 at 13:34Hello. My application hangs after setting the ROP to LVL1 and resetting the whole device. I have found some people had this issue as well and power cycling helped (which is my case as well). But it is kind of an incon...
Posted on June 09, 2017 at 16:29Hello, I am running into a problem while trying to put MCU into a STOP mode. I have tried to comment out all of the 'unnecessary' code but It does not work even if I leave just this in the source:HAL_Init();SystemCloc...
Posted on May 29, 2017 at 11:13Hello, I am using two LIS2DH12 sensors in my project. I am using I2C communication interface. The one with the address pin high (IC4, address 0b0011001x) is working OK, but the one with the address pin low (IC5, addres...
Posted on May 18, 2017 at 16:09Hello, I recently migrated from 8 bit processors and something that has always worked for me is showing some unexpected behavior. Clearly I am missing something very obvious to you 32 bit guys // define a structure som...