Forum Posts
Image(Eg .png file) transfer from PC to STM32F769 Evaluation Board Via Ethernet.
I am using STM32F769NI Evaluation board. I need to transfer the images from PC to board via Ethernet and display on the LCD(connected with the board).I am new to this. Could anybody please say how to do this and give some example program. Which proto...
How to automate functional testing of HAL/BSP examples on STM32 target board?
We want to automate the functional testing of HAL and BSP Examples provided with STM32 FW package (in STM32Cube or other STM32 IDEs), Could someone provide information on how this can be achieved within STM32 environment?Below is what we are trying t...
How to send USB ACK through IN Endpoint STM32USB Library Function
What is the function to send USB ACK handshake to send to IN Endpoint in ST USB Library?
Need an assistance with STM32H7DISCO application.
Hello there,I am looking for someone who can help me with developing a smiple audio application on the STM32H7DISCO. The application is quite simple - an application that configures the audio codec and performs a sample-by-sample processing on the a...
In USB Mass storage device class, does both side of handshaking is possible between device and host?
Hi,I am working on USB Mass Storage Device application using STM32 -F411E Discovery board . I have generated the USB Mass Storage device code using STM32 Cube Mx tool. I have created the 64Kb drive using internal RAM. The Host can write & read the d...
STM32 Discovery kit IoT node for STM32L475 MCU Getting Started Instructions fail b/c I cannot find the new firmware
I am unable to update the firmware, and the default url http://192.168.3.100:1080/B-L475E-IOT01_Cloud_AWS.simI could not find a new version anywhere on ST or AMZ webs.Step 3.2 of the Getting Started instructions fails
why fatfs f_write has unstable speed?
Hii'm using an own made stm32h750vb board to write on sd memory using fatfs third party lib from cubemx.the problem i encountered is unstable function of f_write. sometimes it takes more time to write.to measure the time f_write takes i set a gpio pi...
Resolved! Accessing HAL driver sources for older versions
I have been using CubeMX to generate the HAL library files and noticed that it only generates for the newest version only. I also looked in to the GitHub repository and under the release there is only about 2 very recent versions of the libraries.I w...
STM32H7 USB FS Host Core how to recover from "Data toggle error"
Hi all,Preamble:I have an STM32H743 application that needs to constantly read some data stream from an USB memory stick. Basically all works. I needed to apply the NAK fix to avoid FreeRTOS getting blocked from too many NAK IRQs. Done, no longer an i...