vTaskNotifyGiveFromISR doesn’t work STM32F4 disc board
I’m stuck when I try to use vTaskNotifyGiveFromISR
in ISR on my STM32F4 DISC board, I use FreeRTOS Kernel V10.3.1.
First of all in my main.c I create two task,
C String encoding UTF8
I know this question has been answered to most of the languages but i have not found a solution for C or i am misunderstanding something.
I have declared a variable like unsigned char *str=(unsigned char *)”你好”;One of my requirements is to convert this string to a utf8 encoded hexadecimal string, such as “你好”->”E4BDA0E5A5BD”.