start.h 318 B

123456789
  1. /******************************************************************************
  2. * @brief provide high-level startup routines for NV32Fxx.
  3. *
  4. *******************************************************************************/
  5. /* Function prototypes */
  6. void cpu_identify(void);
  7. void flash_identify(void);
  8. void start(void);