|
基于IAR的STM32的工程文件的模板,用的固件庫版本為3.5
0.png (40.34 KB, 下載次數(shù): 42)
下載附件
2018-7-15 16:40 上傳
單片機(jī)源碼:
- /*
- ******************************************************************************
- * @version V3.5.0
- ******************************************************************************
- */
- #include "stm32f10x.h"
- int main(void)
- {
- SystemInit();
- while (1)
- {
- }
- }
- #ifdef USE_FULL_ASSERT
- /**
- * @brief Reports the name of the source file and the source line number
- * where the assert_param error has occurred.
- * @param file: pointer to the source file name
- * @param line: assert_param error line source number
- * @retval None
- */
- void assert_failed(uint8_t* file, uint32_t line)
- {
- /* User can add his own implementation to report the file name and line number,
- ex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
- /* Infinite loop */
- while (1)
- {
- }
- }
- #endif
- /**
- * @}
- */
- /**
- * @}
- */
- /******************* (C) COPYRIGHT 2011 STMicroelectronics *****END OF FILE****/
復(fù)制代碼
所有資料51hei提供下載:
ProjIARV350.rar
(584.28 KB, 下載次數(shù): 104)
2018-7-15 09:56 上傳
點(diǎn)擊文件名下載附件
基于IAR的STM32的工程文件 下載積分: 黑幣 -5
|
|