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_...
I wrote a code to use the external flash and the sdram. However, I failed when doing aiBootstrapCould you check whether it is right or not1. External SDRAM (linker script, code)MEMORY
{
RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512K
FLASH ...
Thanks for your reply.Is there any way to make a network_data.bin manually?I would like to flash the network_data.bin file to external memory using STMCubeProgrammer.However, STM32CubeMX cannot convert my model to .bin File.
I selected the Validation application.I was wondering if TFlite model Used Ram: 1.29MiB, then MCU need x10 size RAM?It is showing that 1.29 MiB. However, 8 MiB External SDRAM is not enough.
Yes, it did. USART1 and USART3 are working well separately.I put initialisation, inetrrupt handler, callback code here.static void MX_USART1_UART_Init(void)
{
/* USER CODE BEGIN USART1_Init 0 */
/* USER CODE END USART1_Init 0 */
LL_USART_In...