We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4f1b1 commit 0a2d843Copy full SHA for 0a2d843
targets/TARGET_RDA/TARGET_UNO_91H/device/RDA5981_nvic_virtual.h
@@ -25,8 +25,8 @@
25
26
//#include "cmsis.h"
27
//#include <stdint.h>
28
+#include "rda_ccfg_api.h"
29
-extern void rda_ccfg_ckrst(void);
30
extern void rda_wdt_softreset(void);
31
#ifdef __cplusplus
32
extern "C" {
@@ -38,8 +38,8 @@ extern "C" {
38
*/
39
__NO_RETURN __STATIC_INLINE void __RDA5981_SystemReset(void)
40
{
41
-
42
//rda_ccfg_ckrst () ;
+ rda_ccfg_perrst();
43
__DSB(); /* Ensure all outstanding memory accesses included
44
buffered write are completed before reset */
45
SCB->AIRCR = (uint32_t)((0x5FAUL << SCB_AIRCR_VECTKEY_Pos) |
0 commit comments