Hello @rk_iot , @MartinDQ I have not received the sample yet, but I will keep you updated once I test it.In the meantime, @MartinDQ, have you checked that all the signals have the same length ?You can check the following thread: Solved: Write/Read i...
Hello @bluluiss , Please refer to the Discovery Kit with STM32U5G9ZJ MCU User Manual for more details: https://www.st.com/resource/en/user_manual/um3223-discovery-kit-with-stm32u5g9zj-mcu-stmicroelectronics.pdf Kind regards,
Hello @gpaolo59 Could you check if the functions __HAL_RCC_PWR_CLK_ENABLE(); and HAL_PWREx_EnableVddA(). are invoked in the stm32u5xx_hal_msp.c file? Kind regards,
Hello @Anassoumi I confirm the issue.The "HAL_PWREx_EnableVddA()" must be invoked in "stm32u5xx_hal_msp.c" when activating ADCx.This issue is internally tracked with the ID: 176661, and a fix is planned for the upcoming version.(PS: ID: 176661 is an...
Hello @Anassoumi ,As you mentioned that the problem happened once when enabling FreeRtos, so I suggest increasing the size of the heap and stack accordingly in the .ld file. Kind regards,Nissrine