User Activity

HelloI would like to make SPI3 on my board with STM32H725ZGT6 micro-controller work.Here is my initialization:void MX_SPI3_Init(void) { GPIO_InitTypeDef GPIO_InitStruct; /* SPI3 parameter configuration*/ hspi3.Instance = SPI3; hspi3.Init.Mode = ...
HelloAfter running the code for about one to two hours I always get Hard Fault exception. Readout of the registers in this Hard Fault while loop are:HFSR=0x4000 0000CFSR=0x8200BFAR=0x20020000MMFAR=0x20020000AFSR=0 Readout of the SP register shows:SP=...
HelloGlobal definition of pointers:unsigned int *uIntUtilityTmpP; unsigned int *uIntP_2_UtilityTmp;In a function I would like to initialize them with absolute values:*uIntP_2_UtilityTmp=0x15; *uIntUtilityTmpP=455; uCharUtilityTmp=62; sprintf(print_st...
I am looking for an expert to help me with I2C bus on STM32F407IGT. I2C3 is working as expected and I would like to make working also I2C1 and I2C2 which I have problems with.I am using the same initialization regarding registers and I can see the ri...
Kudos from
Kudos given to