STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! fileX file name encoding

Hello,I am listing files on the SD card using fileX. My issue that some of the files contain Czech Characters (eg. č,ž,ě,š and few more). It seems that files with czech characters are read with shortened file names. (FX_MAX_LONG_NAME_LEN is set to 25...

JeronymJ by Associate II
  • 119 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 as TFTP Client

Earlier I implemented file transfer using TFTP in which my stm32 module was working as a server. But now I want to make it work as a TFTP client. Is there any example regarding TFTP client.

Resolved! explanation about flash memory on sector method

Hi everybody,I am currently working on an STM32F446REDatasheet I need to save some bytes like 10 for example. I need to save some bytes like 10 for example, in flash memory to save my HMI configuration.I have read articles and done research but I don...

JJoao.1 by Associate III
  • 357 Views
  • 24 replies
  • 5 kudos

WebUSB and STM32F411

Dear community,I'm trying to use the tinyUSB librarie for a WEBusb API on my STM32F411.I' have spend many hours without result...One side, the TinyUSB seem be serious, on other hand no example on web.so my question, is do you have already use the tin...

JL_Loyd by Associate
  • 165 Views
  • 1 replies
  • 0 kudos

Resolved! No data-role swap recognized with X Cube TCPP

Hello, I am using a STM32G0B1xx MCU with the X-CUBE-TCPP v4.1.0 stack an FreeRTOS. I am trying to setup a USB-c port with OTG-functionality. I am having some problems understanding your X-CUBE-TCPP-stack.Some background info:I am initializing the sof...

chris_O by Associate II
  • 275 Views
  • 5 replies
  • 1 kudos

Resolved! Multiple Connections of BLE in Stm32WB55

Hello@STTwo-32 @Remi QUINTIN , We are using STM32WB55RG MCU for our development. From the examples I came to know that the BLE device  initially starts advertising as peripheral and the mobile device as central will be able to scan the device and ini...

teja_111 by Associate II
  • 1093 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7 TFTP Server

I am trying to implement TFTP file transfer on my STM32 module (Nucleo-H723ZG). I have taken reference from:https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_IAPhttps://github.com/JoeMerten/St...