STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Where can I find the "generate_OoB_hexfiles.bat" file described on the STM32F7508-DK demonstration library?

I cannot find the script generate_OoB_hexfiles.bat refereed at the STM32F7508-DK demonstration library. On the other hand, This script is only used for concatenate hex images to an only one hex image, and I want to know more about this process. Pleas...

vicfer89 by Associate II
  • 1154 Views
  • 4 replies
  • 0 kudos

Resolved! Why is DMA peripheral to memory option not available when configuring my project in CubeIDE?

I'm working through ST Application Note AN5027 (link) to interface PDM microphones via SAI (specifically, the example given on p41 onwards). I selected a Nucleo L4A6ZG for this, due to it having SAI, but I'm having some trouble following the DMA con...

[BUG] in STM32CubeF7 EEPROM_Emulation Project: Function EE_VerifyPageFullyErased() can't verify if PAGE1 is erased.

Hey All,I'm using the STM32CubeF7 v1.15.0 Lib.If I look in any EEPROM_Emulation Project in the file eeprom.c, there is all the time the same issue with the function EE_VerifyPageFullyErased() starting at line 328:/** * @brief Verify if specified p...

jwoerle by Associate III
  • 1750 Views
  • 7 replies
  • 1 kudos

Resolved! Firmware download for 32F769I-DISCO

I have an unused 32F769I-DISCO board which I think needs firmware programming - it sits with a flashing red LED when power is applied. The only support I can find is for the 32F769NI-DISCO board which is slightly different and the "Getting started" v...

AWood.4 by Associate
  • 695 Views
  • 2 replies
  • 0 kudos

Accessing files via FTP on STM32U5

Hi,We're trying to access files from STM32U5 over FTP - at the moment we're using the b-u585i-iot02a discovery kit alongside AzureRtos/Middleware. Just wondering if there already exists an example code that could assist us in getting a head start. Se...

UKhan.2 by Associate II
  • 1155 Views
  • 1 replies
  • 0 kudos

Resolved! STM32 web server how use AJAX calls?

Hi,Can anyone direct me to an example project or code that shows how I can use an AJAX call to access information from an STM32H743 (or similar) web server?I have SSI and CGI running with LWIP but I would like to update the browser without refreshin...