Resolved! Are there any application examples for H7 using the ThreadX Module component?
See this link: https://learn.microsoft.com/en-us/azure/rtos/threadx-modules/chapter1Would like to explore the options of using this method to partition code.
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
See this link: https://learn.microsoft.com/en-us/azure/rtos/threadx-modules/chapter1Would like to explore the options of using this method to partition code.
salut tout le monde j'ai essayé sur la carte stm32f407VG en utilisant dp83848 PHY en mode RMii pour me connecter au réseau LAN via un câble ethernet mais j'ai quand même échoué, donc toute solution que j'utilise lwip comme middleware.
Hi, I'm sorry if this is the wrong place to ask.I've got several Nucleo F303ze boards collecting data in several locations and I want them to send said data to my web page to process it. To grant them internet access I would usually use a wi-fi modul...
Hi community.. I am trying to make it work the usb host in my new discovery board. I am not sure that the config done with stm32cubemx is correct.. I have followed this example here http://evenlund.blogspot.com/2016/10/usb-storage-with-stm32f4-discov...
Description:In ThreadX, it is possible to create custom TraceX User Events with: tx_trace_user_event_insert()This feature is explained in this artice: Chapter 10 - Customer user events…here: https://learn.microsoft.com/en-us/azure/rtos/tracex/chapter...
Because in this function it uses memory allocation, I want to set memory parameters static not dynamic
Hello Support Team,Have a wonderful day.We are selected Trustzone MCU STM32U585ZIT6Q for our product we have some queries regarding the certification Based on the attached user guide snapshot, we could understand this U5 series chip have a Class B li...
Hi,I need help!!!I'm working with STM32L47 and I'm trying to add the option to update the FW via DFU without toggling BOOT0.I tried to make the Stackpointer jump to the same address the BOOT0 as it's sent by the BOOT0 press (0x1FFF0000) but the only ...
Following function are tied to the LWIP functions and i do not want to use any LWIP etc...How to bypass that ?void HAL_ETH_RxAllocateCallback(uint8_t **buff) { struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); if (p) { /* Get the buff fr...
I want to send Data through USB from STM32. I've written the following bare-metal code to do it. But my PC doesn't recognize USB device when plugged in.#include "stm32f10x.h" void USB_Endpoint_Configure(uint8_t endpoint, uint8_t type, uint8_t dir) ...