Forum Posts
Resolved! How to "connect" FATFS with SDMMC1 in STM32Cube for STMH7
Hallo,I can't find any info about this theme!Can someone please help me with some hints on how to "connect" FATFS as filesystem driver with the SDMMC1 interface (in 4 bits mode) as hardware.Many Thanks in advance,Michael
Why only STM32CubeG0/Middlewares/ST/OpenBootloader/ and how FGHx?
Seems as good editable system bootloader alternative, but why not as cubeMX software pack for all devices???
Program stucks at ethernet_input function,LWIP ethernet deadlock.
Hi, I am using FreeRTOS+LWIP on stm32f429zi. All working fine but after some time program control stucks at ethernet_input function. so due to this context switching not happens and other tasks gets affected. I also tried the below solution obtained ...
Boot from flash bank 2 broken on STM32G483VE
This is the same problem described in this thread, except the proposed solution does not fix the issue: https://community.st.com/s/question/0D50X0000CEqc1SSQR/dual-boot-on-the-stm32g4-not-quite-working-boot-from-second-bank-fails?t=1591957302322Basic...
ADC DMA continuous mode stops FreeRTOS task.
Hi,I am using STM32F746 discovery board. I enabled FreeRTOS task and it is running fine. After I start ADC DMA function by enabling DMA continuous request mode and calling HAL_ADC_Start_DMA(), the RTOS task stops running. The ADC conversion stops the...
Resolved! STM32H735G-DK STLINK no STLINK USB enumeration.
Hi,I just bought STM32H735G-DK and USB is not working out of the box.I have put jumper on STLK but device is not getting detected on PC(LD6 red/green dim lit).There are no new devices in device manager when plugged in.Board is running original progra...
Resolved! STM32H743 unreliable micro SD transfers
Hello all,I have worked through a number of issues with the SDMMC system and am currently stuck with not being able to reliably transfer from micro SD. I wrote test code to repeatedly read a file from the external card. In some cases HAL_SD_ErrorCall...
STM32 Bootloader over USART with pin swapping
Hello All,Using STM32H743, I designed a board to use USART1 as the debug interface so that I could also bootload to this port. I am using an FTDI chip to create a virtual COM port. The problem is that I swapped the TX/RX pins in the design and had to...
STM32F072 can't work if doesn't connect the USB
Hi advancedI have a question to ask everyone. I use STM32F072 and use VCP to communicate with the GUI on the PC side.But it is very strange. If STM32F072 is not connected to USB, it will not work. It seems to be stuck and did not continue to execute ...