User Activity

I was struggling to get LwIP TFTP server working on MCU boards (NUCELO-H743ZI). After debugging I have found:Why is TFTP_MAX_MODE_LEN defined as 7 (instead of >= 8)?Why is TFTP_MAX_FILENAME_LEN just defined as 20?So, it results in:sending (PUT) or re...
Dear ST team,PLEASE, could you provide a firmware for Nucleo ST-LINK chip on MCU boards which does NOT setup a (read-only) USB memory device?!All the time when we connect a MCU board via USB to a host PC, this ARM mbed USB drive pops-up (and will be ...
Dear STM Team,dear STM Community,please, who can help for intended project: "USB MIC Device on STM Board as USB Host Audio with Input Steaming"?The code, provided in CubeHAL (drivers, STM USB Middleware) as well as the generated code by CubeMX tool s...
We use NUCLEO-H743ZI (old) and NUCLEO-H743ZI2 boards. The difference: ST-Link V2 vs. ST-Link V3.The same FW fails on newer ZI2 board with the ST-LINK V3 for the USB VCP UART transfer.Issue:I send files from terminal, or I use copy and paste of large ...
After 'fighting' with the speed (performance) of the HAL_UART drivers used in Interrupt mode (_IT) in a complex FW system (using RTOS and many other interrupts and peripherals), I have realized three issues with the default HAL UART drivers:They are ...