User Activity

Hi,I am running into a strange problem, I am using strncpy function to copy one array into another. If i include this in my code i get a Hard fault DEBUG_VT . I have read quite few article on hard faults and how to track them down but this one that i...
Hi ,I ma looking at using the internal flash for EEPROM emulation, using Atolic and STM32F302ccI have read the aplication note on eeprom emulation and quite a few stackoverflow discussion as well as a few ST community posts which seems to focus arou...
Posted on May 01, 2018 at 16:27Hi ,I am migrating from STM32f101 I2C to Stm32f302, the migration document says this is a complete re write of the code . So i used the STM cube to generate the startup code for the I2C for 100khz. I know the board is ...
Posted on March 25, 2018 at 22:51Hi,I have recently move from the STM32f101 to the stm32f302, I am using atollic IDE and the Hal library for the initial configuration of the peripherals.  I use register level setup for a lower overhead. having said ...