User Activity

Hi!As i know, there are differents modes of spi: Single(or standard), dual and quad SPI. On stm32cubeIDE/CubeMX i can see there are different selections: SPI and Quad-SPI. But i was wondering how can i differenciate between standard and dual SPI. I h...
Hello!I am trying to use DTCMRAM on my stm32h743zi micro.When i use an array located from 0x20001760 to 0x200017d4 there are some positions that do not update, it stays in 0 or "inf" value, but when i use other array located in different location, it...
Hello! I am trying to use MDMA with stm32h743zi, but when i set up it on cubeMX, i don't know which channel number to choose.I looked up information about MDMA but nothing useful found... Any help here to know which number to choose? As always, thank...
Hello,I have a question while configuring the GPIO on stm32cubeMX. I put all my pins in the program like this:When I configure all the pins and generate the code, not all the configured pins appear in the gpio.c file on stm32cubeIDE; for example, the...
hi,I am using stm32h743zit6.I am having problems with DMA in my code. First i have a code that is not mine that takes data from a peripheral (a microphone) using SAI and then via DMA inserts this data into an array (a buffer). To do this memory is mo...