Reinitialization for bsp (Board Support Package) by resetting NMC1500 SoC by setting CHIP_EN and RESET_N signals low, CHIP_EN high then RESET_N high.
Functions | |
void | nm_bsp_reset (void) |
Reset NMC1500 SoC by setting CHIP_EN and RESET_N signals low, CHIP_EN high then RESET_N high. More... | |
void nm_bsp_reset | ( | void | ) |
Reset NMC1500 SoC by setting CHIP_EN and RESET_N signals low, CHIP_EN high then RESET_N high.
[in] | None |
References nm_bsp_sleep(), pio_set_pin_high(), and pio_set_pin_low().
Referenced by nm_bsp_init(), and nm_bus_init().