Search found 1 match

by codev
Mon Feb 05, 2024 7:06 am
Forum: General discussion
Topic: software reset stm32 in arduino ide on rogerclarke core
Replies: 2
Views: 530

software reset stm32 in arduino ide on rogerclarke core

sir, is there any way to software reset stm32f103 in arduino code.
i have tried with
NVIC_SystemReset();
//HAL_NVIC_SystemReset();

but it results in an error
Compilation error: 'NVIC_SystemReset' was not declared in this scope

Go to advanced search