STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! TouchGFX with ThreadX using 10ms timer

Have a question on TouchGFX with ThreadX and the SysTimer tick resolution.I'm porting a sw written for TouchGFX+FreeRTOS to use ThreadX (using STM32F746 and STM32CubeIDE).I have already figured out how to make ThreadX work and how to start the TouchG...

KPort by Associate II
  • 244 Views
  • 1 replies
  • 0 kudos

NetXDuo issues after power loss

Hello,I have encountered a peculiar problem and I am running out of ideas on what to do next.I'm working on a project with an stm32H563 mcu and lan8742 phy, using threadX and netXduo.When the code is first downloaded it runs fine, but after a power c...

olaan by Associate II
  • 1514 Views
  • 12 replies
  • 3 kudos

USBX CDC ACM Write problem

Hello everyone,I'm developing an application using USBX CDC ACM class in standalone mode. I've written an execution loop for scheduling USB stack operations and there are no problem with READ transaction; i'm able to receive correctly every data from...

Resolved! NetX Duo driver & link-down state

Hi All,I am working at project with STM32H7 and NetX Duo. At current version of Ethernet driver from ST (X-CUBE-AZRTOS-H7 v3.0.0) is not handled by any way state when link is disconnected. Link status variable nx_interface_link_up is set at "Enable L...

JDosp.1 by Associate III
  • 1641 Views
  • 8 replies
  • 4 kudos

Resolved! ThreadX does not start scheduling

Hi,my application is loaded via the bootloader and i sstarted. Two threads are generated and it seems properly generated because one thread is in ready state while the other is in suspended state.Systick is used for the ThreadX and TIM6 is used for t...

SHaue.2 by Associate II
  • 837 Views
  • 2 replies
  • 0 kudos

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

STarlink by Associate
  • 204 Views
  • 1 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
  • 429 Views
  • 5 replies
  • 1 kudos
Labels