User Activity

It seems like a used ram size fit to External SDRAM in STM32H757i- EVAL Board.However, I can see the error when doing analyze.Also, I cannot see any TFLite Micro runtime generated code.I can see empty function.I was totally fine with STM32CUBE AI run...
When I used validation app I could see like  notes: - the output of the reference model is used as ground truth/reference value         - 10 samples (5 items per sample)   acc=100.00%, rmse=0.000000147, mae=0.000000066, l2r=0.000000430, nse=1.000, co...
I'm using STM32H757I-EVAL and trying to implement SDMMC.However,  I get some errors in these parts of code.At first, the error happened SDMMC_cmdAppCommnad.But now I can see the error SDMMC_CmdGoIdleStateI did change frequnecy of sdmmc, enable hardwa...
Now I'm implementing interrupt in USART1(PB7,PB6) and UART3(PC4,PC5).So I wrote a USART1 code at first and It is working well.However, I added a USART3 code and USART1 which is not working well even USART3.I used this code. USART_Communication_Rx_IT_...