We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug It is necessary to open access to the UART and timer memory from non-privileged mode. (see setting PMP)
Remove
ifdef BL808 void MPU_bflb_uart_putchar(struct bflb_device_s *uart0, int character) { BaseType_t xRunningPrivileged; xPortRaisePrivilege( xRunningPrivileged ); bflb_uart_putchar(uart0, character); vPortResetPrivilege( xRunningPrivileged ); } #endif
from mpu_wrappers.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
It is necessary to open access to the UART and timer memory from non-privileged mode. (see setting PMP)
Remove
from mpu_wrappers.c
The text was updated successfully, but these errors were encountered: