Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello, we are using the SD Card HAL code on an STM32F7. We are pretty much using the default initializers for the peripheral, which leave us atSDMMC2.POWER = 0x00000003 SDMMC2.CLKCR = 0x00000900 SDMMC2.DCTRL = 0x00000033We have some operations that ...
tst= 0x121212121212HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD,0x8000000,tst); the address i took from the manual as well. i cant understand whats going on, please help me.thanks a lot
I'm using the arm_rfft_fast_f32 function, I write a scatter file and place some library files in the CCM SRAM like below, and the speed is faster. RW_IRAM2 0x10000000 0x00002800 { ; CCM SRAM 10kB .ANY (ccmram) arm_rfft_fast_f32.o (+RO) arm_cfft_f3...
I can't seem to get the multiplexer to initialize each display and such nothing is being displayed. Could anyone help?
I want to ask for serial line is there any limitation os using DMA transfer for slow periodc data??Thanks in advance for any help.
Hi,I am using STM32L0 MCUI am using HAL_USART_TRANSMIT function to send data to a computerI am using Timer interrupt to ensure that UART transmits data every secondBut when i see log on computer ,its not exactly 1 sec, and this change also varies wit...
I am using the stm32f103 and trying to display a text on a screen via DMA to the USART 2 device. I guess I will turn on the usart2 TX dma (DMAT) request when I need it and turn it off after the current transmission is complete (i.e. in the DMA1_Chann...
as I proposed some time ago, now products->Mikrocontrollers->Resources lists also datasheets. That way, one does not have to check the individual product pages for datasheet updates.Some other proposal however is still pending:List the documents newe...