STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDMMC, FATFS AND FREERTOS

I am working on FATFS, SDMMC WITH FREERTOS on NUCLEOH743ZI2. I use STM32CUBEMAX to config the program. however, the program doesn't work properly. sometimes, I can mount sd card properly, but when I try to open file. the program always get failed res...

yang hong by Associate III
  • 2583 Views
  • 7 replies
  • 0 kudos

STM32F401 HAL_FLASH_Program not working

Hi community.. I have the following code : bool FLASH_WriteDoubleWord(uint32_t flashAddress, uint64_t Data) {   FLASH_Unlock(); /*clear some flag*/ __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR ...

SGasp.1 by Senior
  • 2703 Views
  • 14 replies
  • 0 kudos

Resolved! AzureRTOS - tips/guides for getting started

Hello,I am trying to start a project with AzureRTOS with the STM32H723 Nucleo board and am looking for some tips, getting started guides, etc.I have looked at the Fx_NoR_Write_Read_File example project and saw how _tx_initialize_kernel_enter() was s...

MButsch by Associate III
  • 1519 Views
  • 5 replies
  • 0 kudos

Resolved! Snowball's chance of using STM32407VET with FreeRTOS, LwIP and Webserver to update the firmware?

I am now ready to write to flash when receiving a file upload via my webserver. However, I read that when erasing or writing to flash, flash reads are blocked. I can see this causing problems. The LwIP_IAP example which was written for the F407 mu...

MStra.3 by Associate III
  • 763 Views
  • 4 replies
  • 0 kudos