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 18fa28d commit fc8ae6fCopy full SHA for fc8ae6f
targets/TARGET_RDA/TARGET_UNO_91H/device/RDA5981_nvic_virtual.h
@@ -38,8 +38,8 @@ extern "C" {
38
*/
39
__NO_RETURN __STATIC_INLINE void __RDA5981_SystemReset(void)
40
{
41
- //rda_ccfg_ckrst () ;
42
rda_ccfg_perrst();
+ rda_ccfg_ckrst () ;
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) |
targets/TARGET_RDA/TARGET_UNO_91H/rda_ccfg_api.c
@@ -211,7 +211,7 @@ int rda_ccfg_boot(void)
211
}
212
/*close usb polling*/
213
RDA_GPIO->CTRL &= ~(0x01UL << 12);
214
- //rda_ccfg_ck();
+ rda_ccfg_ck();
215
/* Set flash clock */
216
rda_ccfg_spifck();
217
/* Set aon timer clock source */
0 commit comments