Forum Posts
Resolved! Why am I receiving an compile error of "mutilple definition " for a variable when there is no extern declaration for either variable? They share the same name and are in different files.
STM32H743i-EVAL, using 2.1.0 PACK, and H7_V1.11.0 firmware.The error occurred after adding NetXDuo > Addons Web Server. I found to satisfy the compile errors that I also had to check (include) Addons DHCP Client and go back to RTOS ThreadX and check...
Resolved! Is there a difference between TX_APP_MEM_POOL_SIZE in the app_azure_rtos_config.h and APP_BYTE_POOL_SIZE in app_threadx.h when using ThreadX?
I have created an application using CubeMX inside CubeIDE and setting the ThreadX memory pool size in CubeMX sets the value generated in the app_azure_rtos_config.h. CubeMX also generates app_threadx.c and app_thread.h, but in app_threadx.h most exa...
Resolved! why am I getting a hardfault when running the MPU_Config exactly as it appears in the example code?
Evaluation Board STM32H743i-EVALExample from STM32H735G-DK - NetXDuo - Nx_WebServerAZRTOS-H7 V 2.1.0I am trying to build a Nx Webserver like the one referenced for the H743i. I have begun with trying to set up the memory as it is configured in the 7...
USB-HS (ULPI) on STM32H750
Hi,is somebody operating the STM32H750 successfully with USB-HS (ULPI Interface)?I succeeded in running the USB device CDC example of the STM32H743 evaluation board on my STM32H743 test board (144 pin LQFP) - but when I try the same with a test board...
Resolved! Warning with ThreadX Source path
Why am I seeing the warning:Invalid project path: Missing project folder or file: /STM32H743-EVAL-Utils/ThreadX for Source path.the source folder the warning is complaining about is not visible while browsing the project folder. It is not visible whe...
Resolved! STM32L476 Discovery
Dear all,May I know where I can download the STM32L476 Discovery source code please?Thanks.
USB DEVICE and USB HOST in STM32F401 custom made board
Hello everyoneI am struggling with my custom board to be used as HOST or DEVICE.In my board I have both connectors USB HOST A, and miniUSB Device connector in parallel.When using an application as USB HOST for an USB Keyboard, everything is working f...
Implementing separate power supply for IWDG (watchdog)
HiIn the STM32H7 dual-core safety manual (UM2840) Section 4.2.1 Power supply, ST states that it is recommended to use a separate power supply for IWDG. In the reference manual (RM0399) in figure 576 it is displayed that IWDG is supplied from Vdd doma...