STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Sporadic resets using X-CUBE-AWS-H7S

I am using X-CUBE-AWS-H7S (v1.0.0) on a STM32H7S78-DK.The bootloader and app were built directly from the package with no source code changes at all, yet the UART-based CLI shows that the board is reset every now and then (sometimes every ~5 minutes,...

stm32duino STM32SD library append

Im using STM32SD library on my stm32f407vet6 board.  I want to make a logging system for my application. My initial logic is: on setup we count number of files in our root directory and create a new file named dataLog{fileNumber}. Then we write data ...

Driadix by Associate
  • 613 Views
  • 2 replies
  • 0 kudos

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...