FreeRTOS - Task keep running and remain of infinite loop
Hi, Why the task keep running and remain of infinite loop, and do not enter another function ?
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi, Why the task keep running and remain of infinite loop, and do not enter another function ?
I am using 9600 baud rate and even parity .Address bytes sent with checksum is 08 00 00 00 08 ACK Received
Hi,I'm having a STM32G474 with Bootloader block (0x0800 0000 - 0x0800 4FFF) and Application block (0x0800 5000 - 0x0807 FFFF).I need to update Bootloader from Application, by copying a new bootloader located on higher memory. Is it possible ?I'm usin...
Hi, I have to develope a system where an stm32 connected via ethernet handles files stored in a sdcard through an FTP connection from a PC.I know there is a sample from ST exactly about this but I can't get it to work on my nucleo H723 board, it seem...
Hi,I am trying to activate the USB Audio as a microphone profile.This feature already implemented for STM32L4 family, and it works correctly.I am trying to run the same USB stack on EVB B-U585I-IOT02A board, I see that the device is detected as USB m...
Hello Everyone,i am desperadely looking for help/guide on how to transfer data from a Windows PC to a controller using tcp / udp (via ethernet connection) and how to use the transferred data as an signed integer for some operations (for example setti...
Hi,I am using STM32H745BIT6 controller and wish to use the external flash memory as a mass storage device. The external flash memory is connected on QSPI.The application would be, user will connect the USB cable to PC and PC should be able to show th...
Hello,I'm interfacing the KTD2026 RGB sensor.Writing to the device's registers works with normal HAL I2C functions.The problem i'm facing is reading the device's registers which from datasheet should be done the following way:I have tried both HAL_I2...