STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FLASH_WaitForLastOperation() returning HAL_ERROR

Hi..  I am using STM32L476 Nucleo board. When i tried to erase a flash page using HAL_FLASHEx_Erase(), the FLASH_WaitForLastOperation() returns a HAL_ERRORI've seen similar issues in the community, but unfortunately, similar solutions just don't work...

eson by Associate
  • 150 Views
  • 3 replies
  • 1 kudos

Resolved! Confused about IOC, FreeRTOS, and CMSIS_OS2

Please enlighten me. I added FreeRTOS to my STM32CubeIDE project using IOC. I discovered that I had to choose either CMSIS_V1 or CMSIS_V2 as the FreeRTOS Mode, else FreeRTOS would not be included. I chose CMSIS_V2. I then noticed the FreeRTOS Configu...

Resolved! STM32H745I-DISCO eMMC how to configure with FATFS?

Yes, I use Cube.In the documentation I read that eMMC is connected to SDMMC1.SDMMC1 can be configured either as SD or MMC. I get the SD option in FATFS only when SDMMC1 is configured as SD.OK, I found the example to use MMC driver, I configured it.An...

HTD by Senior III
  • 9746 Views
  • 14 replies
  • 3 kudos

Resolved! X-CUBE-DISPLAY compatibility with STM32CubeIDE

I am using STM32CubeIDE version 1.17.0 and trying to develop a custom board using X-CUBE-DISPLAY with a graphics display using the ST7789V controller.  This is a design update for a previous board that was using a 7-segment LCD display.  I have a pre...

TJack.2 by Associate III
  • 676 Views
  • 8 replies
  • 2 kudos

Creating a file on STM32F7 – Returns NULL

Hello Guys,I’m working on a project using the STM32F767 evaluation board with STM32CubeIDE and FreeRTOS. In this project, I want to create a .csv file inside the MCU’s storage, write data to it, and then share that file over Ethernet.So far, I have s...

B_D_R by Associate III
  • 126 Views
  • 4 replies
  • 2 kudos