STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LwIP TFTP on STM boards

I was struggling to get LwIP TFTP server working on MCU boards (NUCELO-H743ZI). After debugging I have found:Why is TFTP_MAX_MODE_LEN defined as 7 (instead of >= 8)?Why is TFTP_MAX_FILENAME_LEN just defined as 20?So, it results in:sending (PUT) or re...

RTC loses one second after every reset

using stm32h753bitx controller and their latest HAL drivers. On the every reset RTC loses one second. It also loses time while the device in idle condition.My devices uses main battery power and coin cell battery for backup.Here's my RTC initializati...

rtc_init.png
Sanjay by Associate II
  • 440 Views
  • 4 replies
  • 0 kudos

STM32H7 PCM1808 endianness

I am trying to get the PCM1808 ADC working on my STM32H7 using Cube IDE, but get stuck regarding endianness.I understood STM32 is little endian and i2s is big endian. I am trying to receive 24 bit data via DMA but when reading my DMA buffer I am not ...

TMich.1 by Associate III
  • 453 Views
  • 1 replies
  • 0 kudos

FileX NAND Flash performance problem

I using the stm32L4+MT29F2G01 and the latest Filex library from ST 2.0.0 (6.2.0 AzureRTOS). After the format, the performance is satisfactory for me (250ms write 2048B), but after saving a few files of about 1MB each, the efficiency drops sharply, th...

Pawol by Associate
  • 1470 Views
  • 4 replies
  • 0 kudos

Failed to receive file via tftp

I am working on a tftp client program that receives a file from a tftp server. I found the tftp client library below and ported it. https://github.com/particle-iot/lwip/blob/master/contrib/examples/tftp/tftp_example.c   The file is received in debugg...

jmyoo by Associate II
  • 860 Views
  • 8 replies
  • 0 kudos