User Activity

Hi, I have created a code snippet to communicate with I2C using LL API instead of HAL. The code is given below   uint8_t temp[2]={0xF9,0x00}; while(LL_I2C_IsActiveFlag_BUSY(I2C1)); // Wait until the I2C bus is not busy LL_I2C_HandleTransfer(I2C1,...
Hi Guys,We are having an issue while programming an STM32L4S9AIIX. The error message is: 'File segment @0x08000000 is not 255-bytes aligned. It will be aligned to @0x07FFFFF8.' We tried flashing it using multiple options in the CubeProgrammer, but th...
Hi ,I need to use MBED TLS and TCP in F429ZI board. I didn't see any example codes for the same . Can anyone Please share the example code.
Hi,  I need to receive approximately 300kb size text file through UART interrupt mode in Nucleo H7 board. But only 65535 bytes are received. i used HAL_UART_Receive_IT for this.