Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
i have integrated STL XCUBE class-B 2.2.0 Packages with STM32L433 controller here iam facing the test its always TEST_RUNNING not comming to Test_OK stauts, i am getting Run-time FLASH CRC Error, what could be the issue. #define ROM_START ((uint32_t...
Hello everyone,I am student and using the FATFS middleware to log sensor data to a uSD card using stm32f746g dev board. The data gets logged only for the first few minutes (8 minutes) and then the f_write() returns a status as FR_LOCKED (16).What cou...
In the actual SVD file (ver 1.7) the Ethernet peripheral registers are incomplete, Ethernet_MAC section actually we have Ethernet DMA registers, and no register descriptions for ethernet MAC. Beside even the Ethernet_DMA registers are showing incorre...
I've built a simple STM32CubeIDE project with just the SDMMC1 peripheral mapped, a GPIO pin for the SD Detect pin and the FatFs middleware enabled with DMA per a discussion elsewhere on this forum. I have a Waveshare microSD card jumpered to what I'm...
Hi, I want to synchronize the my threads execution using the mutex.here is my code /*---------------------------------------------------------------------------- * CMSIS-RTOS 'main' function template *-----------------------------------------------...
Hi,we are starting to learn about LwIP in order to create a http server in a stm32f4. At this moment we have a functional hardware that act as http client using a modem with AT Commands (the quectel MC60). However, now we have been asked to create a ...
I am trying to program the STM32F401 flash on our board in DFU mode. I am using the dfu-util tool in my Linux computer.I am using the following code to flash and jump to application code.dfu-util -a 0 -s 0x08000000:leave -D <location-to-binary>.binAf...
I've download the CMSIS pack for STM32H7 series. ST implement an I2C driver function like this:int32_t I2C_MasterTransmit (uint32_t addr, const uint8_t *data, uint32_t num, bool xfer_pending, I2C_RESOURCES *i2c), but the website, https://arm-soft...
Which is better for network communication, STM32F429 or STM32F407? I would like to ask for your opinion and whether it is possible to use DMA transfer? Or if there is a better solution? thanks!