User Activity

HiI am planning to run a RAM test on STM32h743 RAM module. But I noticed that the RAM is divided into 3(SRAM 1,2,3) .Are these three RAMs physically different or the same RAM divided into three modules.Thanks in Advance
I have currently configured the SPI in the following configuration hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES; hspi1.Init.DataSize = SPI_DATASIZE_16BIT; hspi1.Init.CLKPolarity = SPI_POLARITY_...
HiI am trying to construct an SPI based device driver for an ADC which has 16 bit Frame size .The examples provided for SPI DMA showcases the use of uint_8 * buffers//HAL_SPI_TransmitReceive_DMA(&SpiHandle, (uint8_t*)aTxBuffer, (uint8_t *)aRxBuffer,...
Due to few requirements i am required to use FW 1.24.0 as the firmware package.How can i make the change in CUBEMX project management settings .Kindly help