Resolved! Theadx (Azure) builds for multiple STM32's
Hello all. If I create a threadX build for say STM32L496QGI3Will I be able to use the same build in the entire STM32 line? Or just SMT32L's ?At what point do I need to build again?thanks
Hello all. If I create a threadX build for say STM32L496QGI3Will I be able to use the same build in the entire STM32 line? Or just SMT32L's ?At what point do I need to build again?thanks
Hi,I'm trying to understand the purpose of CDC_RNDIS_Itf_Process in usbd_cdc_rndis_if_template.c. The @brief for this function is the same as CDC_RNDIS_Itf_Receive function, which I think is incorrect. I can't find any calls to this function ( USB_CD...
I can invoke the ROM bootloader on the STM32U575ZI both by pulling PH3 to 3v3 at boot and I can then connect STM32CubeProgrammer using USART1 PA9, PA10 as described in AN2606. However the STM32U5 does not enumerate via the USB-C connector on the Nucl...
Greetings !I am working on STM32H743 and I could able to up Ethernet using LwIP. But I am not able to enable and ping Ethernet with ThreadX (Trying sample TCP echo server application). Requesting procedures / suggestions to achieve the same.Thanks in...
I am missing a description how the dual bank boot is implemented in mentioned devices.From what I found the information is missing in AN2606.Another question is how do I securely detect from which bank my FW is currently running (or rather which bank...
Setup: I am designing on the Nucleo-G0B1REGoal: DFU via USB FW updatesAlthough the Nucleo Expansion provides a USB ST-Link interface I do not want to utilize this interface as I want to go directly to the MCU to emulate our board.For code uploads an...
Hi,I have a USB host HID FS/LS on a nucleo board (also on definitive hardware this happens). It works with several keyboards (Logitech, Acer, china trades, ...).Today, I connected an HP slim keyboard 803181-071 SP provided with my computer and after ...
Hello,I'm currently facing an issue with a basic project to setup the SDMMC1 peripheral where the function HAL_SD_Init() fails. The issue is happening inside HAL_SD_Init(), in SD_PowerON(), where it always returns HAL_SD_ERROR_UNSUPPORTED_FEATURE. I...