Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Hi,I created a project using the STM32CubeIDE for a STM32F2xx. This project include USB in host mode with a mass storage class, FATFS and FreeRTOS.With freeRTOS, FATFS is put in REETRANT mode. I also put the MAX_SS to 4096 because I need the sector s...
Hello ST Team,I'm currently studiing how to manage the I2C communication on the STM32H743-EVAL2. To do so, I used the STM32CubeIDE to find an example to see how it shall work properly and I downloaded the code of "I2C_EEPROM_fast_mode_plus", which wa...
Hi Guys,is there any example code for the STM32H757I-EVAL in the STMCubeH7? in the landing page there is a zip file with compiled examples but no code itself. Also it looks like the BSP in the STMCubeH7 does not have any support for the STM32H757I-EV...
How to get pre-installed configuration for B-L4S5I-IOT01A - STM32L4+ Discovery kit IoT node for AWS.I had initially some issues connecting kit with UART terminal and tried few examples. With this I have lost pre-installed initialization steps to conn...
i tried to read the multiple ADC'S using Interrupt but my values are not correct please help me. Please find the attached code.Code has been generated from CUBEMX.
Hi,I am using a STMH743 running an LWIP example, added in mbedTLS to the mix.Eventually, got into a certificate parse issue,narrowing it down:I found that calloc failed: (890) x509_crt_parse_der_core: (899) x509_crt_parse_der_core: mbedtls_calloc(), ...
ST provides a ROM bootloader in the STM32F303RDTx. I am able to jump into the bootloader from my application, and update the flash when read out protection (RDP) is disabled (level 0). When RDP is set to level 1, all attempts to disable RDP (which ma...
I'm using STSPIN32F0A witch is based on STM32F031C6 MCU and in my case BOOT0 pin is always connected to the VDD to force the board to boot on system memory, and the idea is to jump from the bootloader to the application on the main flash using the bo...
CubeIDE version 1.4.1STM32Cube FW_F3 V1.11.0I had the problem, that my I2C communication (alternating rx/tx on slave) works on the first rx/tx cycle but fails on the second tx.The transmission skips the first byte and thus sending n-1 bytes. I found ...