STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Disabling Interrupts

On STM32G0 is it faster to disable and enable interrupts using the functions __STATIC_FORCEINLINE void __enable_irq(void) { __ASM volatile ("cpsie i" : : : "memory"); } __STATIC_FORCEINLINE void __disable_irq(void) { __ASM volatile ("cpsid i" : :...

Carl_G by Senior II
  • 64 Views
  • 2 replies
  • 0 kudos

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
  • 117 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
  • 337 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
  • 163 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
  • 271 Views
  • 5 replies
  • 1 kudos

BSP_PWR_VBUSGetVoltage Obsolete?

Hi,I am starting to implement USB PD Sink application and i run into issue.I followed the AN5418.Seems the BSP_PWR_VBUSGetVoltage is Obsolete and i did not find any info how to implement it in alternative way. Found some posts that hint this might be...

sir_urx by Associate
  • 67 Views
  • 1 replies
  • 0 kudos