User Activity

When I refactor a global variable or function from its definition in a source file, all instances are replaced except the declarations in the header files.Attempting to refactor from the header file achieves nothing. The new name is immediately repla...
I am attempting to configure the quad spi peripheral on an stm32f469 microcontroller.The address space for the QSPI starts at 0xa0001000.However, the address space from 0xa0001000 to 0xbfffffff is inaccessible. Attempting to read or write to these r...
I am developing a serial comms protocol between two STM32F407s.I am using the hardware CRC module to generate checksums for some of the data.I am also writing a test script in python to aid development.All has gone well until now.Now I need my test s...
Target device STM32F407VGI am getting a hardfault that occurs only when not debugging.Using RTC_BKP registers I have tracked the problem down to a function call that passes a pointer to a struct.This struct contains a pointer to dynamically allocated...
Kudos from