What is the Equivalent part to STM32F323VCH6
What is the equivalent part for STM32F323VCH6 without having to redesigned the board?
What is the equivalent part for STM32F323VCH6 without having to redesigned the board?
I configured as follow the SDMMC bloc and completed the functions SD_read and SD_write using SDMMC + DMA.The problem is that HAL_SD_ReadBlocks_DMA returns Error before even starting the transfer with the errorcode 0x00000008. I really tried everythin...
Dear all,I've been trying to generate "LL_ADC_REG_TRIG_EXT_HRTIM_TRG1" with HRTIM to trigger a dual simultaneous conversion of the ADC of my STM32G474 based project.I use LL drivers so, to my understanding the code to enable the trigger on the HRTIM ...
Sure it's a small thing but I just can't get on with the UART RX via DMA. I want to use the HAL in my project and execute the following.Precondition:- UART2 initialized- DMA GPDMA1 Channel 3 Mode: normal- RX Buffer 5Bytes- character match Interrupt i...
hi,i am facing problem with ADC, when nothing is connected on ADC pin it still shows count. i thought may be the pin is in float condition. i pulled it down but still its showing counts. cant find the problem.
HelloI'm working on the implementation of a UF2 bootloader for the STM32H743ZI, and I get an issue with the flash that goes into "Inconsistency error" during second word write.I have properly erased the flash sector before the write.Here is the funct...
Hello, I was incorporating a "STM32L052T8Y6" MCU into a design. This is in a small 36WLCSP package. Are there any application notes, reference designs, or other material I could look at to get guidance or recommendations in the layout?I saw the "TN11...