stm32fxx_STUlib.h 892 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #ifndef __STM32Fxx_STL_LIB_H
  2. #define __STM32Fxx_STL_LIB_H
  3. /* Includes ------------------------------------------------------------------*/
  4. #include "stm32fxx_STUparam.h"
  5. /* Include Class B variables */
  6. #include "stm32fxx_STUclassBvar.h"
  7. #include "stm32fxxx_STURamRun.h"
  8. #include "stm32fxx_STURunTimeCheck.h"
  9. #include "stm32f1xx_STUperipheralRegisters.h"
  10. #include "stm32fxx_STUaddressing.h"
  11. #include "stm32fxx_STUstartup.h"
  12. #include "STU_InstructAndDecode.h"
  13. #include "stm32fxx_STURomCrc32Run.h"
  14. #include "stm32fxx_STUCpu.h"
  15. void STU_CPURegsAddressing(void);
  16. extern CRC_HandleTypeDef CrcHandle;
  17. void $Super$$main(void);
  18. void FailSafePOR(void);
  19. extern uint8_t FIT_testflag;
  20. //extern RCC_ClkInitTypeDef RCC_ClkInitStruct;
  21. //extern RCC_OscInitTypeDef RCC_OscInitStruct;
  22. #endif /* __stm32fxx_STL_LIB_H */
  23. /**********************END OF FILE*******************************/