Forum Posts
Fastest/best way to recover from a SDMMC TXUNDERR error, and write again successfully?
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 ...
hi guys, I've been trying to write to internal flash for the last two weeks, and unfortunately, I didn't manage to do so. I worked with the function I have from the library and read in the manual.
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
How to place a variable into the CCM SRAM using the scatter file?
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...
Hey community! I'm trying to get a TCA9548a Digital Multiplexer working with some OLED Displays.
I can't seem to get the multiplexer to initialize each display and such nothing is being displayed. Could anyone help?
DMA transfer
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.
Resolved! How to ensure UART transmits data every second ?
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...
stm32F103 uart2 Tx dma transmission doesn't Works corretly
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...
Positive Feedback: Resources now also list datasheet!
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...