User Activity

 Hello, I'm developing RTOS environment of dual-core in STM32H757.To write the data, I'm using function "HAL_FLASH_Program".The stack size of the task : 512 * 4float32_t g_temp_data[70]; // the data 1. Is it common for data to be written to Flash Ban...
 Hello, My question is about language Embedded C.char data[100] = "300 0";uint8_t* data_a = strtok(data, " "); // data_a printf result : "300"// printf results data_a[0] : '3', data_a[1] : '0', data_a[2] : '0'uint8_t* data_b = strtok(NULL, " "); // d...
 Hello I'm developing RTOS environment of dual-core in STM32H757.Using the functions osThreadResume and osThreadSuspend now I'm programming the context swtiching.Recently, I found  a good approach : context switching using the functions osEventFlagWa...
 Hello I'm developing RTOS environment of dual-core in STM32H757.I could refer to the examples provided by STM32, and I read the application note AN5617. I checked that the error is a exception "err1" under the function "rproc_virtio_create_vdev" in ...
Hello I'm developing RTOS environment of dual-core in STM32H757.I could refer to the examples provided by STM32, and I read the application note AN5617. I want to set OPENAMP_M4 Communication Mode to Master, so I would like to find a project with OPE...
Kudos from
Kudos given to