User Activity

When a HardFault occurs, the program jump to HardFault_Handler function but it is not being executed.I'm usen STM32CubeIde, when I'm in debugging session, the arrow is stuck in the name of the function but nothing more happens: checkFault(); is not e...
Hi,I'm trying to write and read to/from M24512-R EEPROM.Seems that everything is fine writing and reading because HAL return is HAL_OK, but allways I've reading 255 value.My code:int main(void) { /* USER CODE BEGIN 1 */   /* USER CODE END 1 */   ...
Hi everyone,I'm currently porting SPIRIT1 example in order to carry out the basic implementation in my on board.I've configured SPI config this way:void RadioSpiInit(void) { /* SPI1 parameter configuration*/ pSpiHandle.Instance = SPI1; pSpiHandl...