User Activity

HelloThe Flash (MT25QL256ABA) is connectd to the STM32H743ZI (Nucleo) via SPI_3 and DMA. Send and Receive buffer are part of the SRAM3 area. There is no cache enabled.To erase the flash the following procedure is done:Send Write Enable Command (HAL_S...
HelloI'm confused about SPI in combination with DMA and D-Cache.I'm using the STM32H743ZI and KEIL uVision CMSIS Driver.In my opinion, the CMSIS driver has a weak point. It only sends data by HAL_SPI_TransmitReceive_DMA() if length is a multiple of 3...
Hello everybodyController: STM32H743ZII have a const uint8_t array which I want to place in the flash at a specific location. The location is Address: 0x08180000. For that reason I created a *.sct file. The used tag is "MXG5XX". LOAD_FLASH_BANK 0x080...
HiAlthough I configure in the cube that no external transceiver is used the define is set in the file (stm32h7xx_hal_conf.h).Any idea?Regards Jakob
Hello togetherI use the following library to create random numbers:- LibraryThe sample project runs on my NUCLEO-144 H743ZI. The problem is that the same byte array (RandomString) is generated at every time. *****************************************...
Kudos from