Forum Posts
STM32F747NG MCU USB OTG HS issue (Intermittent disconnection)
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...
Resolved! some improvements
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...
Resolved! Difference between cellular/cloud/azure
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...
Resolved! STM32H7A3 USB not working in CDC mode (Virtual COM Port)
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...
Resolved! I'd like to make TCP/IP communication with DHCP on freeRTOS.
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...
STM32L073 Unable to connect as USB Device
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...
Is it possible to have Modbus TCP communication with STM32F103xx?
Hi guys,May I know whether it is possible to have MODBUS TCP communication using STM32F103xx board?
STM32L02 USB CDC weird reaction upon sending some characters.
Hello,I have an STM32L052K6 running a simple USB CDC class firmware, generated by STM32CubeIDE. I have it as a test setup that if it receives a 'v' character, it responds with a version number of some kind. If I set that version to 16 0xAA's , the de...