1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- #ifndef __STM32Fxx_STL_LIB_H
- #define __STM32Fxx_STL_LIB_H
- /* Includes ------------------------------------------------------------------*/
- #include "stm32fxx_STUparam.h"
- /* Include Class B variables */
-
- #include "stm32fxx_STUclassBvar.h"
- #include "stm32fxxx_STURamRun.h"
- #include "stm32fxx_STURunTimeCheck.h"
- #include "stm32f1xx_STUperipheralRegisters.h"
- #include "stm32fxx_STUaddressing.h"
- #include "stm32fxx_STUstartup.h"
- #include "STU_InstructAndDecode.h"
- #include "stm32fxx_STURomCrc32Run.h"
- #include "stm32fxx_STUCpu.h"
- void STU_CPURegsAddressing(void);
- extern CRC_HandleTypeDef CrcHandle;
- void $Super$$main(void);
- void FailSafePOR(void);
- extern uint8_t FIT_testflag;
- //extern RCC_ClkInitTypeDef RCC_ClkInitStruct;
- //extern RCC_OscInitTypeDef RCC_OscInitStruct;
- #endif /* __stm32fxx_STL_LIB_H */
- /**********************END OF FILE*******************************/
|