Resolved! Receiving numerous errors on build attempt... fatal error: arm_math.h: No such file or directory
I know I have arm_math.h so presumably it is a directory issue. Including the error as reference.
I know I have arm_math.h so presumably it is a directory issue. Including the error as reference.
I want to Implement the UART bootloader to the STM3272cz Microcontroller and flash the code with STM32cube programmer .I want to understand the STM32 cube programmer UART protocol used here for flashing the Bin file to the micro controller .Any sugge...
Hi !We are developing F746 MCU.This issue occurred while developing the USB OTG HS USB Mass Storage function by referring to the example file in F7 CUBE.It is normal to connect USB to MCU that operates as HOST and create new files with FATFS-based...
Hello,thanks for the update.What do i need to exactly enter when terminal asks for "Enter your root CA:"I entered "Usertrust" or "Tangle" and pressed Enter two times. Program doesnt proceed.Also new lines on the terminal output dont start from the le...
Hello, I see on ST website that there is multiple packages for cellular connection with a cloud. There is X-CUBE-CELLULAR, X-CUBE-CLOUD and X-CUBE-AZURE.On X-CUBE-CLOUD page I can download X-CUBE-AZURE so I guess they are the same package, right ? Bu...
Hi all,in my new project with STM32H7A3 (set up using STMCubeMX Version 6.2.0 and HAL Version 1.9.0) the USB which has been set to CDC is not working. Not even the PC sees any USB device connected - not even wrong configuration or so noted. Nothing s...
Hi everyone.I would like to know how to use DHCP and check if DHCP is working what I expected.Please, confirm my process for using TCP/IP communication with DHCP on freeRTOS.First, I make CubeMX configuration.Like this, I make DHCP_Module enable.And...
We have a design that uses USB CDC device. We have used this with no problems on the 192KB version of the STM32L073 but when we switched to the 128KB version we get a "device not recognized" from the host PC. Before I do a lot of troubleshooting I wa...