User Activity

I want to use DMA with SPI in slave receive mode with words longer than 8 bits :I launch the DMA with the function: HAL_SPI_Receive_DMA( &HSPI_ADS, (uint8_t*)ads_dma_buffer, ADS_BUFFER_MAX_SIZE );Unfortunately in this function the following test fai...
Hello,I'm new to STM32CubeIDE ... and I'm having a lot of trouble.I'm trying to change the value of a variable in the Expressions (or Live Expressions) window and I can't. I can change the values ​​on the screen, but as soon as I “enter�? the value r...
I don't know where the "HAL_MDMA_Start (" function is located.In "stm32h7xx_hal_mdma.c" we find references to "HAL_MDMA_Start (", but not the code. On the other hand there is the code of "HAL_MDMA_Start_IT (".I am using STM32CubeMX / IDE to generate ...
Hello, I am working on a card with an STM32H745 processor.I have a few questions regarding debugging (with a V3 probe):1) is it possible to make a hard reset of the chip?2) is it possible to reset the cores independently?3) is it possible to do some ...
Hello,When you associate a "user label" with a GPIO (for example DEBUG1 associated with PB11), the associated constants are sometimes not defined in the main.h file (but sometimes yes). When it is not, the associated initialization of the port is als...
Kudos from