STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Azure RTOS NetxDuo mDNS domain set issue

Hello, My issue is related to:-MCU: STM32H733Middleware: Azure RTOSMiddleware Component: NetxDuo (6.2.0)Addon: mDNSI am using Azure RTOS with NetxDuo, I implemented a secure https server in my device and implemented mDNS which was working very well f...

faharintisar_0-1721299474711.png

Jump to bootloader from Azure RTOS

Hello,I'm having some issue going from my user code running azure RTOS to the bootloader. I'm using a STM32U599The code I'm using is the following, you can find online: void JumpToBootloader(void){uint32_t i=0;void (*SysMemBootJump)(void);/* Disable ...

USBX blocking ISR

Hi,during porting the USBX as host stack to an stm32h7 I was getting an error indication,that a semaphore was used during interrupt context (OTG_HS_IRQHandler).For my opinion, it is wrong to call the generated code out of the ISR without decoupling t...

MHerr.8 by Associate
  • 82 Views
  • 0 replies
  • 0 kudos

Resolved! how do I get image end address from linker?

MCU : STM32F411CEU6 Hello everyone. I have an application in which I want to get image end address from linker. Here is a full context of what I want to do, I have a struct living in start of my image, which basically tells the bootloader usefull inf...

HZaib.1 by Associate III
  • 223 Views
  • 5 replies
  • 1 kudos

Hello, I have a setup with ThreadX, NetX Duo and USBX. Implementing an CDC-ECM over USB2.0. The throughput we measure is rather low (at least not as expected with an USB2.0 480MBit/s).

What options or tuning is possible to increase the throughput for this IP over USB?Goal is to at least transfer 64KiB each 20ms or better. (22MBit/s or greater)(started from project STM32H735G-DK/Applications/USBX/Ux_Device_CDC_ECM on github from Kin...

JCorn.3 by Associate
  • 409 Views
  • 3 replies
  • 0 kudos