├── 2.Stm32_codes └── LightSensor_V1_2 │ ├── MDK-ARM │ ├── LightSensor_V1_2 │ │ ├── ExtDll.iex │ │ ├── startup_stm32f103xe.d │ │ ├── dma.o │ │ ├── gpio.o │ │ ├── iwdg.o │ │ ├── key.o │ │ ├── lcd.o │ │ ├── list.o │ │ ├── main.o │ │ ├── port.o │ │ ├── rtc.o │ │ ├── bl24c02.o │ │ ├── delay.crf │ │ ├── delay.o │ │ ├── dma.crf │ │ ├── gpio.crf │ │ ├── heap_4.o │ │ ├── iic_hal.o │ │ ├── iwdg.crf │ │ ├── key.crf │ │ ├── lcd.crf │ │ ├── list.crf │ │ ├── main.crf │ │ ├── port.crf │ │ ├── queue.crf │ │ ├── queue.o │ │ ├── rtc.crf │ │ ├── tasks.crf │ │ ├── tasks.o │ │ ├── timers.o │ │ ├── usart.crf │ │ ├── usart.o │ │ ├── air724ug.o │ │ ├── bl24c02.crf │ │ ├── cmsis_os2.o │ │ ├── croutine.o │ │ ├── freertos.o │ │ ├── heap_4.crf │ │ ├── iic_hal.crf │ │ ├── lcd_init.o │ │ ├── max44009.o │ │ ├── timers.crf │ │ ├── air724ug.crf │ │ ├── cmsis_os2.crf │ │ ├── croutine.crf │ │ ├── event_groups.o │ │ ├── freertos.crf │ │ ├── lcd_init.crf │ │ ├── max44009.crf │ │ ├── onenet_mqtt.o │ │ ├── stm32f1xx_it.o │ │ ├── user_keytask.o │ │ ├── event_groups.crf │ │ ├── onenet_mqtt.crf │ │ ├── stm32f1xx_hal.o │ │ ├── stm32f1xx_it.crf │ │ ├── stream_buffer.o │ │ ├── user_keytask.crf │ │ ├── user_tasksinit.o │ │ ├── stm32f1xx_hal.crf │ │ ├── stm32f1xx_hal_dma.o │ │ ├── stm32f1xx_hal_msp.o │ │ ├── stm32f1xx_hal_pwr.o │ │ ├── stm32f1xx_hal_rcc.o │ │ ├── stm32f1xx_hal_rtc.o │ │ ├── stm32f1xx_hal_tim.o │ │ ├── stream_buffer.crf │ │ ├── system_stm32f1xx.o │ │ ├── user_cmdrectask.crf │ │ ├── user_cmdrectask.o │ │ ├── user_tasksinit.crf │ │ ├── LightSensor_V1_2.axf │ │ ├── startup_stm32f103xe.o │ │ ├── stm32f1xx_hal_dma.crf │ │ ├── stm32f1xx_hal_exti.o │ │ ├── stm32f1xx_hal_flash.o │ │ ├── stm32f1xx_hal_gpio.o │ │ ├── stm32f1xx_hal_iwdg.o │ │ ├── stm32f1xx_hal_msp.crf │ │ ├── stm32f1xx_hal_pwr.crf │ │ ├── stm32f1xx_hal_rcc.crf │ │ ├── stm32f1xx_hal_rtc.crf │ │ ├── stm32f1xx_hal_tim.crf │ │ ├── stm32f1xx_hal_uart.o │ │ ├── system_stm32f1xx.crf │ │ ├── stm32f1xx_hal_cortex.crf │ │ ├── stm32f1xx_hal_cortex.o │ │ ├── stm32f1xx_hal_exti.crf │ │ ├── stm32f1xx_hal_flash.crf │ │ ├── stm32f1xx_hal_flash_ex.o │ │ ├── stm32f1xx_hal_gpio.crf │ │ ├── stm32f1xx_hal_gpio_ex.o │ │ ├── stm32f1xx_hal_iwdg.crf │ │ ├── stm32f1xx_hal_rcc_ex.crf │ │ ├── stm32f1xx_hal_rcc_ex.o │ │ ├── stm32f1xx_hal_rtc_ex.crf │ │ ├── stm32f1xx_hal_rtc_ex.o │ │ ├── stm32f1xx_hal_tim_ex.crf │ │ ├── stm32f1xx_hal_tim_ex.o │ │ ├── stm32f1xx_hal_uart.crf │ │ ├── user_hardwaresinittask.o │ │ ├── user_measuresendtask.crf │ │ ├── user_measuresendtask.o │ │ ├── stm32f1xx_hal_flash_ex.crf │ │ ├── stm32f1xx_hal_gpio_ex.crf │ │ ├── user_hardwaresinittask.crf │ │ ├── stm32f1xx_hal_timebase_tim.o │ │ ├── LightSensor_V1_2.build_log.htm │ │ ├── stm32f1xx_hal_timebase_tim.crf │ │ ├── LightSensor_V1_2.sct │ │ ├── list.d │ │ ├── port.d │ │ ├── heap_4.d │ │ ├── croutine.d │ │ ├── queue.d │ │ ├── timers.d │ │ ├── stream_buffer.d │ │ ├── tasks.d │ │ ├── event_groups.d │ │ ├── cmsis_os2.d │ │ ├── LightSensor_V1_2.lnp │ │ ├── dma.d │ │ ├── rtc.d │ │ ├── gpio.d │ │ ├── iwdg.d │ │ ├── delay.d │ │ ├── usart.d │ │ ├── lcd.d │ │ ├── iic_hal.d │ │ ├── max44009.d │ │ ├── lcd_init.d │ │ ├── stm32f1xx_hal.d │ │ ├── bl24c02.d │ │ ├── system_stm32f1xx.d │ │ ├── stm32f1xx_hal_dma.d │ │ ├── stm32f1xx_hal_pwr.d │ │ ├── stm32f1xx_hal_rcc.d │ │ ├── stm32f1xx_hal_rtc.d │ │ ├── stm32f1xx_hal_tim.d │ │ ├── stm32f1xx_it.d │ │ ├── stm32f1xx_hal_exti.d │ │ ├── stm32f1xx_hal_gpio.d │ │ ├── stm32f1xx_hal_iwdg.d │ │ ├── stm32f1xx_hal_msp.d │ │ ├── stm32f1xx_hal_uart.d │ │ ├── stm32f1xx_hal_flash.d │ │ ├── stm32f1xx_hal_cortex.d │ │ ├── stm32f1xx_hal_rcc_ex.d │ │ ├── stm32f1xx_hal_rtc_ex.d │ │ ├── stm32f1xx_hal_tim_ex.d │ │ ├── stm32f1xx_hal_gpio_ex.d │ │ ├── stm32f1xx_hal_flash_ex.d │ │ ├── air724ug.d │ │ ├── stm32f1xx_hal_timebase_tim.d │ │ └── onenet_mqtt.d │ ├── EventRecorderStub.scvd │ ├── RTE │ │ └── _LightSensor_V1_2 │ │ │ └── RTE_Components.h │ └── DebugConfig │ │ └── LightSensor_V1_2_STM32F103RC_1.0.0.dbgconf │ ├── SYSTEM │ ├── delay.c │ ├── delay.h │ └── sys.h │ ├── Hardwares │ ├── LCD │ │ ├── lcd.c │ │ ├── lcd.h │ │ ├── lcd_init.c │ │ ├── lcd_init.h │ │ └── lcdfont.h │ ├── IIC │ │ ├── iic_hal.c │ │ └── iic_hal.h │ ├── Air724ug │ │ ├── Air724ug.h │ │ └── onenet_MQTT.h │ ├── KEY │ │ ├── key.h │ │ └── key.c │ ├── BL24C02 │ │ ├── BL24C02.h │ │ └── BL24C02.c │ └── MAX44009 │ │ ├── MAX44009.h │ │ └── MAX44009.c │ ├── Drivers │ ├── CMSIS │ │ ├── Device │ │ │ └── ST │ │ │ │ └── STM32F1xx │ │ │ │ └── Include │ │ │ │ ├── stm32f1xx.h │ │ │ │ ├── stm32f103xe.h │ │ │ │ └── system_stm32f1xx.h │ │ └── Include │ │ │ ├── cmsis_version.h │ │ │ └── tz_context.h │ └── STM32F1xx_HAL_Driver │ │ └── License.md │ ├── Middlewares │ └── Third_Party │ │ └── FreeRTOS │ │ └── Source │ │ └── CMSIS_RTOS_V2 │ │ └── cmsis_os.h │ ├── Tasks │ ├── Inc │ │ ├── user_KeyTask.h │ │ ├── user_HardwaresInitTask.h │ │ ├── user_MeasureSendTask.h │ │ ├── user_CmdRecTask.h │ │ └── user_TasksInit.h │ └── Src │ │ ├── user_KeyTask.c │ │ ├── user_MeasureSendTask.c │ │ └── user_HardwaresInitTask.c │ └── Core │ ├── Inc │ ├── gpio.h │ ├── iwdg.h │ ├── usart.h │ ├── dma.h │ ├── rtc.h │ ├── main.h │ └── stm32f1xx_it.h │ └── Src │ ├── iwdg.c │ ├── dma.c │ ├── gpio.c │ └── stm32f1xx_hal_msp.c ├── 1.Hardware ├── 注意事项.txt ├── 3D_PCB1_2023-04-23.png ├── Gerber_PCB1_2023-10-09.zip ├── SCH_Schematic1_2023-10-09.pdf └── 购买链接.txt ├── 5.images ├── 传输框图.png ├── 总体框图.png ├── 户外图.jpeg ├── 设备在线.png ├── 4G模块图.png ├── token工具.png ├── 上网流程图.png ├── 云端数据展示.jpeg ├── 拆解的实物图.png ├── light值更新.png ├── payload格式.png ├── 带外壳的实物图.jpeg └── STM32MQTT代码.png ├── 4.reference files ├── Luat4G模块AT命令手册5.1.9.pdf └── 银尔达-YED_M724_AT固件用户手册.pdf ├── README.md └── 3.python_codes ├── Onenet_getdata.py └── token_ge.py /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/ExtDll.iex: -------------------------------------------------------------------------------- 1 | [EXTDLL] 2 | Count=0 3 | -------------------------------------------------------------------------------- /1.Hardware/注意事项.txt: -------------------------------------------------------------------------------- 1 | 下载程序时,如果板子插了外部电源,请把J1跳线帽取下,以免烧坏板子和你的电脑! 2 | 调试时,如果要对插在H6的通信模块调试,也请把J1跳线帽取下,同时插上外部电源。 -------------------------------------------------------------------------------- /5.images/传输框图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/传输框图.png -------------------------------------------------------------------------------- /5.images/总体框图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/总体框图.png -------------------------------------------------------------------------------- /5.images/户外图.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/户外图.jpeg -------------------------------------------------------------------------------- /5.images/设备在线.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/设备在线.png -------------------------------------------------------------------------------- /5.images/4G模块图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/4G模块图.png -------------------------------------------------------------------------------- /5.images/token工具.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/token工具.png -------------------------------------------------------------------------------- /5.images/上网流程图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/上网流程图.png -------------------------------------------------------------------------------- /5.images/云端数据展示.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/云端数据展示.jpeg -------------------------------------------------------------------------------- /5.images/拆解的实物图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/拆解的实物图.png -------------------------------------------------------------------------------- /5.images/light值更新.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/light值更新.png -------------------------------------------------------------------------------- /5.images/payload格式.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/payload格式.png -------------------------------------------------------------------------------- /5.images/带外壳的实物图.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/带外壳的实物图.jpeg -------------------------------------------------------------------------------- /5.images/STM32MQTT代码.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/5.images/STM32MQTT代码.png -------------------------------------------------------------------------------- /1.Hardware/3D_PCB1_2023-04-23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/1.Hardware/3D_PCB1_2023-04-23.png -------------------------------------------------------------------------------- /1.Hardware/Gerber_PCB1_2023-10-09.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/1.Hardware/Gerber_PCB1_2023-10-09.zip -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/startup_stm32f103xe.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\startup_stm32f103xe.o: startup_stm32f103xe.s 2 | -------------------------------------------------------------------------------- /1.Hardware/SCH_Schematic1_2023-10-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/1.Hardware/SCH_Schematic1_2023-10-09.pdf -------------------------------------------------------------------------------- /4.reference files/Luat4G模块AT命令手册5.1.9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/4.reference files/Luat4G模块AT命令手册5.1.9.pdf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/SYSTEM/delay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/SYSTEM/delay.c -------------------------------------------------------------------------------- /4.reference files/银尔达-YED_M724_AT固件用户手册.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/4.reference files/银尔达-YED_M724_AT固件用户手册.pdf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd.c -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/IIC/iic_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/IIC/iic_hal.c -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd_init.c -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcd_init.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcdfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Hardwares/LCD/lcdfont.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/dma.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/dma.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/gpio.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/gpio.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iwdg.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iwdg.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/key.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/key.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/list.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/list.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/main.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/port.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/port.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/rtc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/rtc.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/bl24c02.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/bl24c02.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/delay.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/delay.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/delay.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/delay.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/dma.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/dma.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/gpio.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/gpio.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/heap_4.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/heap_4.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iic_hal.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iic_hal.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iwdg.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iwdg.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/key.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/key.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/list.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/list.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/main.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/main.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/port.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/port.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/queue.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/queue.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/queue.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/queue.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/rtc.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/rtc.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/tasks.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/tasks.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/tasks.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/tasks.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/timers.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/timers.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/usart.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/usart.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/usart.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/usart.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/air724ug.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/air724ug.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/bl24c02.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/bl24c02.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/cmsis_os2.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/cmsis_os2.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/croutine.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/croutine.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/freertos.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/freertos.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/heap_4.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/heap_4.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iic_hal.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iic_hal.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd_init.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd_init.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/max44009.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/max44009.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/timers.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/timers.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/air724ug.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/air724ug.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/cmsis_os2.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/cmsis_os2.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/croutine.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/croutine.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/event_groups.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/event_groups.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/freertos.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/freertos.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd_init.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd_init.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/max44009.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/max44009.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/onenet_mqtt.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/onenet_mqtt.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_it.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_it.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_keytask.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_keytask.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/event_groups.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/event_groups.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/onenet_mqtt.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/onenet_mqtt.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_it.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_it.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stream_buffer.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stream_buffer.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_keytask.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_keytask.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_tasksinit.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_tasksinit.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_dma.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_dma.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_msp.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_msp.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_pwr.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_pwr.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stream_buffer.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stream_buffer.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/system_stm32f1xx.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/system_stm32f1xx.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_cmdrectask.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_cmdrectask.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_cmdrectask.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_cmdrectask.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_tasksinit.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_tasksinit.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.axf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.axf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/startup_stm32f103xe.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/startup_stm32f103xe.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_dma.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_dma.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_exti.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_exti.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_iwdg.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_iwdg.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_msp.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_msp.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_pwr.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_pwr.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_uart.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_uart.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/system_stm32f1xx.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/system_stm32f1xx.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_cortex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_cortex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_cortex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_cortex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_exti.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_exti.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash_ex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash_ex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio_ex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio_ex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_iwdg.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_iwdg.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc_ex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc_ex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc_ex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc_ex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc_ex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc_ex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc_ex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc_ex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim_ex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim_ex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim_ex.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim_ex.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_uart.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_uart.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_hardwaresinittask.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_hardwaresinittask.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_measuresendtask.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_measuresendtask.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_measuresendtask.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_measuresendtask.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/SYSTEM/delay.h: -------------------------------------------------------------------------------- 1 | #ifndef _DELAY_H 2 | #define _DELAY_H 3 | #include "sys.h" 4 | 5 | void delay_init(void); 6 | void delay_ms(u16 nms); 7 | void delay_us(u32 nus); 8 | #endif 9 | 10 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash_ex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash_ex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio_ex.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio_ex.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_hardwaresinittask.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/user_hardwaresinittask.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_timebase_tim.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_timebase_tim.o -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.build_log.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.build_log.htm -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_timebase_tim.crf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_timebase_tim.crf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/No-Chicken/4G-OneNET-LightSensor/HEAD/2.Stm32_codes/LightSensor_V1_2/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Inc/user_KeyTask.h: -------------------------------------------------------------------------------- 1 | #ifndef __USER_KEYTASK_H__ 2 | #define __USER_KEYTASK_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | void KeyTask(void *argument); 9 | 10 | 11 | #ifdef __cplusplus 12 | } 13 | #endif 14 | 15 | #endif 16 | 17 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Inc/user_HardwaresInitTask.h: -------------------------------------------------------------------------------- 1 | #ifndef __USER_HARDWARESINITTASK_H__ 2 | #define __USER_HARDWARESINITTASK_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | void HardwaresInitTask(void *argument); 9 | 10 | 11 | #ifdef __cplusplus 12 | } 13 | #endif 14 | 15 | #endif 16 | 17 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Inc/user_MeasureSendTask.h: -------------------------------------------------------------------------------- 1 | #ifndef __USER_MEASURESENDTASK_H__ 2 | #define __USER_MEASURESENDTASK_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | void MeasureSendTask(void *argument); 9 | void ConCheckTask(void *argument); 10 | 11 | #ifdef __cplusplus 12 | } 13 | #endif 14 | 15 | #endif 16 | 17 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/Air724ug/Air724ug.h: -------------------------------------------------------------------------------- 1 | #ifndef __AIR724UG_H 2 | #define __AIR724UG_H 3 | 4 | #include "main.h" 5 | 6 | void Air724_Reset(void); 7 | void Air724_Init(void); 8 | void Air724_PDPact(void); 9 | void Air724_FlightMode(void); 10 | 11 | extern const char * ProductID; 12 | extern const char * DeviceName; 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/KEY/key.h: -------------------------------------------------------------------------------- 1 | #ifndef __KEY_H__ 2 | #define __KEY_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include "main.h" 9 | 10 | void Key_Port_Init(void); 11 | void Key_Interrupt_Callback(void); 12 | uint8_t KeyScan(uint8_t mode); 13 | 14 | 15 | 16 | 17 | #ifdef __cplusplus 18 | } 19 | #endif 20 | #endif 21 | 22 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/BL24C02/BL24C02.h: -------------------------------------------------------------------------------- 1 | #ifndef __BL24C02_H 2 | #define __BL24C02_H 3 | 4 | #include "stm32f1xx_hal.h" 5 | #include "iic_hal.h" 6 | #include "delay.h" 7 | 8 | #define BL_ADDRESS 0x50 9 | 10 | void BL24C02_Write(uint8_t addr,uint8_t length,uint8_t buff[]); 11 | void BL24C02_Read(uint8_t addr, uint8_t length, uint8_t buff[]); 12 | void BL24C02_Init(void); 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/EventRecorderStub.scvd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/Air724ug/onenet_MQTT.h: -------------------------------------------------------------------------------- 1 | #ifndef __ONENET_MQTT_H 2 | #define __ONENET_MQTT_H 3 | 4 | #include "main.h" 5 | 6 | void onenet_MQTTConnect(void); 7 | void onenet_TCPDisConnect(void); 8 | void onenet_Data_MPUB(char * strsend); 9 | void onenet_CmdResponse_MPUB(char *CmdID,char * strsend); 10 | uint8_t Connect_Check(void); 11 | 12 | extern const char * mqtturl; 13 | extern const char * mqttport; 14 | 15 | #endif 16 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Inc/user_CmdRecTask.h: -------------------------------------------------------------------------------- 1 | #ifndef __USER_CMDRECTASK_H__ 2 | #define __USER_CMDRECTASK_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | void CmdRecTask(void *argument); 9 | 10 | #define K_MAX 2.0 11 | #define K_MIN 0.5 12 | #define B_MAX 2000 13 | #define B_MIN -2000 14 | 15 | extern float OFFSET_k; 16 | extern int16_t OFFSET_b; 17 | 18 | #ifdef __cplusplus 19 | } 20 | #endif 21 | 22 | #endif 23 | 24 | -------------------------------------------------------------------------------- /1.Hardware/购买链接.txt: -------------------------------------------------------------------------------- 1 | 1、0.3平方DC5.5*2.1MM公转母插头50CM 2 | https://detail.tmall.com/item.htm?id=561818984451&sku_properties=122216547:20213 3 | 4 | 2、STM32F103RCT6 5 | https://detail.tmall.com/item.htm?_u=t3378prq0670&id=674167087693&spm=a1z09.2.0.0.55b92e8dKmkTmO 6 | 7 | 3、4G模块(AT版本加流量,YED-M724套餐A) 8 | https://item.taobao.com/item.htm?spm=a1z09.2.0.0.55b92e8dKmkTmO&id=642798218191&_u=t3378prqd2ef 9 | 10 | 4、光照传感器MAX44009(JT-I2C1208) 11 | https://item.taobao.com/item.htm?id=679213637980 12 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/RTE/_LightSensor_V1_2/RTE_Components.h: -------------------------------------------------------------------------------- 1 | 2 | /* 3 | * Auto generated Run-Time-Environment Configuration File 4 | * *** Do not modify ! *** 5 | * 6 | * Project: 'LightSensor_V1_2' 7 | * Target: 'LightSensor_V1_2' 8 | */ 9 | 10 | #ifndef RTE_COMPONENTS_H 11 | #define RTE_COMPONENTS_H 12 | 13 | 14 | /* 15 | * Define the Device Header File: 16 | */ 17 | #define CMSIS_device_header "stm32f10x.h" 18 | 19 | 20 | 21 | #endif /* RTE_COMPONENTS_H */ 22 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.sct: -------------------------------------------------------------------------------- 1 | ; ************************************************************* 2 | ; *** Scatter-Loading Description File generated by uVision *** 3 | ; ************************************************************* 4 | 5 | LR_IROM1 0x08000000 0x00040000 { ; load region size_region 6 | ER_IROM1 0x08000000 0x00040000 { ; load address = execution address 7 | *.o (RESET, +First) 8 | *(InRoot$$Sections) 9 | .ANY (+RO) 10 | .ANY (+XO) 11 | } 12 | RW_IRAM1 0x20000000 0x0000C000 { ; RW data 13 | .ANY (+RW +ZI) 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Inc/user_TasksInit.h: -------------------------------------------------------------------------------- 1 | #ifndef __USER_TASKSINIT_H__ 2 | #define __USER_TASKSINIT_H__ 3 | 4 | #ifdef __cplusplus 5 | extern "C" { 6 | #endif 7 | 8 | #include "FreeRTOS.h" 9 | #include "cmsis_os.h" 10 | 11 | #define SCRRENEW_DEPTH 5 12 | 13 | extern osMessageQueueId_t Key_MessageQueue; 14 | extern osMessageQueueId_t Idle_MessageQueue; 15 | extern osMessageQueueId_t Stop_MessageQueue; 16 | extern osMessageQueueId_t IdleBreak_MessageQueue; 17 | extern osMessageQueueId_t BatDet_MessageQueue; 18 | 19 | void User_Tasks_Init(void); 20 | 21 | #ifdef __cplusplus 22 | } 23 | #endif 24 | 25 | #endif 26 | 27 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/BL24C02/BL24C02.c: -------------------------------------------------------------------------------- 1 | #include "BL24C02.h" 2 | 3 | #define BL_CLK_ENABLE __HAL_RCC_GPIOC_CLK_ENABLE() 4 | 5 | iic_bus_t BL_bus = 6 | { 7 | .IIC_SDA_PORT = GPIOC, 8 | .IIC_SCL_PORT = GPIOC, 9 | .IIC_SDA_PIN = GPIO_PIN_6, 10 | .IIC_SCL_PIN = GPIO_PIN_7, 11 | }; 12 | 13 | void BL24C02_Write(uint8_t addr,uint8_t length,uint8_t buff[]) 14 | { 15 | IIC_Write_Multi_Byte(&BL_bus, BL_ADDRESS, addr, length, buff); 16 | } 17 | 18 | void BL24C02_Read(uint8_t addr, uint8_t length, uint8_t buff[]) 19 | { 20 | IIC_Read_Multi_Byte(&BL_bus, BL_ADDRESS, addr, length, buff); 21 | } 22 | 23 | void BL24C02_Init(void) 24 | { 25 | BL_CLK_ENABLE; 26 | IICInit(&BL_bus); 27 | } 28 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/SYSTEM/sys.h: -------------------------------------------------------------------------------- 1 | #ifndef __SYS_H__ 2 | #define __SYS_H__ 3 | 4 | #include "stm32f1xx.h" 5 | #include "stm32f1xx_hal.h" 6 | 7 | #define OS_SUPPORT 0 8 | #define SYS_CLK 64 9 | 10 | typedef int32_t s32; 11 | typedef int16_t s16; 12 | typedef int8_t s8; 13 | 14 | typedef const int32_t sc32; 15 | typedef const int16_t sc16; 16 | typedef const int8_t sc8; 17 | 18 | typedef __IO int32_t vs32; 19 | typedef __IO int16_t vs16; 20 | typedef __IO int8_t vs8; 21 | 22 | typedef __I int32_t vsc32; 23 | typedef __I int16_t vsc16; 24 | typedef __I int8_t vsc8; 25 | 26 | typedef uint32_t u32; 27 | typedef uint16_t u16; 28 | typedef uint8_t u8; 29 | 30 | typedef const uint32_t uc32; 31 | typedef const uint16_t uc16; 32 | typedef const uint8_t uc8; 33 | 34 | typedef __IO uint32_t vu32; 35 | typedef __IO uint16_t vu16; 36 | typedef __IO uint8_t vu8; 37 | 38 | typedef __I uint32_t vuc32; 39 | typedef __I uint16_t vuc16; 40 | typedef __I uint8_t vuc8; 41 | 42 | #endif 43 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Src/user_KeyTask.c: -------------------------------------------------------------------------------- 1 | /* Private includes -----------------------------------------------------------*/ 2 | //includes 3 | #include "user_TasksInit.h" 4 | #include "key.h" 5 | /* Private typedef -----------------------------------------------------------*/ 6 | 7 | /* Private define ------------------------------------------------------------*/ 8 | 9 | /* Private variables ---------------------------------------------------------*/ 10 | 11 | /* Private function prototypes -----------------------------------------------*/ 12 | 13 | 14 | /** 15 | * @brief Key press check task 16 | * @param argument: Not used 17 | * @retval None 18 | */ 19 | void KeyTask(void *argument) 20 | { 21 | uint8_t keystr=0; 22 | while(1) 23 | { 24 | switch(KeyScan(0)) 25 | { 26 | case 1: 27 | keystr = 1; 28 | osMessageQueuePut(Key_MessageQueue, &keystr, 0, 1); 29 | break; 30 | 31 | case 2: 32 | keystr = 2; 33 | osMessageQueuePut(Key_MessageQueue, &keystr, 0, 1); 34 | break; 35 | } 36 | osDelay(1); 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/IIC/iic_hal.h: -------------------------------------------------------------------------------- 1 | #ifndef __IIC_HAL_H 2 | #define __IIC_HAL_H 3 | 4 | #include "stm32f1xx_hal.h" 5 | 6 | typedef struct 7 | { 8 | GPIO_TypeDef * IIC_SDA_PORT; 9 | GPIO_TypeDef * IIC_SCL_PORT; 10 | uint16_t IIC_SDA_PIN; 11 | uint16_t IIC_SCL_PIN; 12 | //void (*CLK_ENABLE)(void); 13 | }iic_bus_t; 14 | 15 | void IICStart(iic_bus_t *bus); 16 | void IICStop(iic_bus_t *bus); 17 | unsigned char IICWaitAck(iic_bus_t *bus); 18 | void IICSendAck(iic_bus_t *bus); 19 | void IICSendNotAck(iic_bus_t *bus); 20 | void IICSendByte(iic_bus_t *bus, unsigned char cSendByte); 21 | unsigned char IICReceiveByte(iic_bus_t *bus); 22 | void IICInit(iic_bus_t *bus); 23 | 24 | uint8_t IIC_Write_One_Byte(iic_bus_t *bus, uint8_t daddr,uint8_t reg,uint8_t data); 25 | uint8_t IIC_Write_Multi_Byte(iic_bus_t *bus, uint8_t daddr,uint8_t reg,uint8_t length,uint8_t buff[]); 26 | unsigned char IIC_Read_One_Byte(iic_bus_t *bus, uint8_t daddr,uint8_t reg); 27 | uint8_t IIC_Read_Multi_Byte(iic_bus_t *bus, uint8_t daddr, uint8_t reg, uint8_t length, uint8_t buff[]); 28 | #endif 29 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/list.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/list.c 2 | lightsensor_v1_2\list.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 4 | lightsensor_v1_2\list.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 5 | lightsensor_v1_2\list.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 6 | lightsensor_v1_2\list.o: ../Core/Inc/FreeRTOSConfig.h 7 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 8 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 9 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 10 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 11 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 12 | lightsensor_v1_2\list.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 13 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/port.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c 2 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 3 | lightsensor_v1_2\port.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 4 | lightsensor_v1_2\port.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 5 | lightsensor_v1_2\port.o: ../Core/Inc/FreeRTOSConfig.h 6 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 7 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 8 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 9 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 10 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 11 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 12 | lightsensor_v1_2\port.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 13 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 4G-OneNET-LightSensor 2 | ## 简介 3 | 4 | 使用STM32F103RCT6和合宙的Air724UG 4G模块做的一个户外光照传感器,并将秒级间隔的光照数据传输至OneNet云端 5 | 6 | ## 1.目的 7 | 8 | ​ 项目来源是之前需要做一个户外光照采集器,收集一个区域各个采集器点的光照强度。然后预测该区域未来的光强,以及可发电量。这里开源这个光照传感器上云的方案,旨在分享如何使用Air724 4G AT模块,分享如何将数据通过MQTT传输至云端(OneNet),之前看网上的资料确实太少太杂了,搞了好久才做出。同时,也可以使用相关API进行云端的数据获取。后面会给出python写好的代码,使用OneNet的https的API获取设备数据。 9 | 10 | ## 2.总体框架 11 | 12 | ​ 主控使用STM32F103RCT6;供电部分使用的EG1192,一个Buck电路,同时也加了一个type-C口,直接用5v供电也可以;4G模块使用[合宙Air724 4G模块](https://item.taobao.com/item.htm?spm=a1z09.2.0.0.19a12e8dLvxWYN&id=642798218191&_u=83378prq7b96);光照传感器使用MAX44009模块,这里就直接买的[JT-I2C1208模块](https://item.taobao.com/item.htm?spm=a21n57.1.0.0.11c3523cVVbKqT&id=679213637980&ns=1&abbucket=11#detail),它配有防水透明外壳和连接线;实时操作系统使用的FreeRTOS;LCD仅在调试时使用即可;外部EEPROM用来记录手动调参的参数,即有可能MAX44009会有偏移,需要手动调参,这里只使用了y = ky’+b,y为调节后的值,y'为原始值,可以调节k和b来改善偏移。 13 | 14 |
15 | 总体框图 16 |
17 | 18 |
图1 总体框图
19 | 20 |
21 | 传输框图 22 |
23 |
图2 传输框图
24 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/heap_4.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c 2 | lightsensor_v1_2\heap_4.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 4 | lightsensor_v1_2\heap_4.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 5 | lightsensor_v1_2\heap_4.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 6 | lightsensor_v1_2\heap_4.o: ../Core/Inc/FreeRTOSConfig.h 7 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 8 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 9 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 10 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 11 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 12 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 13 | lightsensor_v1_2\heap_4.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 14 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/MAX44009/MAX44009.h: -------------------------------------------------------------------------------- 1 | #ifndef __MAX44009_H__ 2 | #define __MAX44009_H__ 3 | 4 | #include "iic_hal.h" 5 | 6 | #define INT_STATUS_REG 0x00 7 | #define INT_ENABLE_REG 0x01 8 | #define CONFIGURATION_REG 0x02 9 | #define LUX_HIGH_REG 0x03 10 | #define LUX_LOW_REG 0x04 11 | #define THRESHOLD_UPPER_REG 0x05 12 | #define THRESHOLD_LOWER_REG 0x06 13 | #define THRESHOLD_TIMER_REG 0x07 14 | 15 | #define MAX44009_ADDR 0x4A 16 | 17 | // Integration time 18 | #define MAX44009_IT_800ms ((uint8_t)0x00) // 800ms 19 | #define MAX44009_IT_400ms ((uint8_t)0x01) // 400ms 20 | #define MAX44009_IT_200ms ((uint8_t)0x02) // 200ms 21 | #define MAX44009_IT_100ms ((uint8_t)0x03) // 100ms 22 | #define MAX44009_IT_50ms ((uint8_t)0x04) // 50ms 23 | #define MAX44009_IT_25ms ((uint8_t)0x05) // 25ms 24 | #define MAX44009_IT_12d5ms ((uint8_t)0x06) // 12.5ms 25 | #define MAX44009_IT_6d25ms ((uint8_t)0x07) // 6.25ms 26 | 27 | uint8_t MAX_ReadOneReg(unsigned char RegAddr); 28 | void MAX_WriteOneReg(unsigned char RegAddr, unsigned char dat); 29 | 30 | uint8_t MAX44009_Init(void); 31 | void MAX_Measure(float * Lux_value); 32 | 33 | #endif 34 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/croutine.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/croutine.c 2 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 3 | lightsensor_v1_2\croutine.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 4 | lightsensor_v1_2\croutine.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 5 | lightsensor_v1_2\croutine.o: ../Core/Inc/FreeRTOSConfig.h 6 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 7 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 8 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 9 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 10 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 11 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 12 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 13 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h 14 | lightsensor_v1_2\croutine.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 15 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/KEY/key.c: -------------------------------------------------------------------------------- 1 | #include "key.h" 2 | #include "delay.h" 3 | #include "user_TasksInit.h" 4 | 5 | //KEY1 6 | #define KEY1_PORT GPIOA 7 | #define KEY1_PIN GPIO_PIN_4 8 | #define KEY1 HAL_GPIO_ReadPin(KEY1_PORT,KEY1_PIN) 9 | //KEY_Wake 10 | #define KEY2_PORT GPIOA 11 | #define KEY2_PIN GPIO_PIN_5 12 | #define KEY2 HAL_GPIO_ReadPin(KEY2_PORT,KEY2_PIN) 13 | 14 | void Key_Port_Init(void) 15 | { 16 | GPIO_InitTypeDef GPIO_InitStruct = {0}; 17 | 18 | /* GPIO Ports Clock Enable */ 19 | __HAL_RCC_GPIOA_CLK_ENABLE(); 20 | 21 | /*Configure GPIO pin : PA5 */ 22 | GPIO_InitStruct.Pin = KEY1_PIN|KEY2_PIN; 23 | GPIO_InitStruct.Mode = GPIO_MODE_INPUT; 24 | GPIO_InitStruct.Pull = GPIO_PULLUP; 25 | GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; 26 | HAL_GPIO_Init(KEY1_PORT, &GPIO_InitStruct); 27 | 28 | } 29 | 30 | uint8_t KeyScan(uint8_t mode) 31 | { 32 | static uint8_t key_up = 1; 33 | uint8_t keyvalue=0; 34 | if(mode) key_up = 1; 35 | if( key_up && ((!KEY1) || !KEY2)) 36 | { 37 | //delay_ms(3);//ensure the key is down 38 | osDelay(3); 39 | if(!KEY1) keyvalue = 1; 40 | else if(!KEY2) keyvalue = 2; 41 | if(keyvalue) key_up = 0; 42 | } 43 | else 44 | { 45 | //delay_ms(3);//ensure the key is up 46 | osDelay(3); 47 | if(KEY1 && (KEY2)) 48 | key_up = 1; 49 | } 50 | return keyvalue; 51 | } 52 | 53 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/queue.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/queue.c 2 | lightsensor_v1_2\queue.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\queue.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 4 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 5 | lightsensor_v1_2\queue.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 6 | lightsensor_v1_2\queue.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 7 | lightsensor_v1_2\queue.o: ../Core/Inc/FreeRTOSConfig.h 8 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 9 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 10 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 11 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 12 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 13 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 14 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 15 | lightsensor_v1_2\queue.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h 16 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/timers.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/timers.c 2 | lightsensor_v1_2\timers.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 4 | lightsensor_v1_2\timers.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 5 | lightsensor_v1_2\timers.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 6 | lightsensor_v1_2\timers.o: ../Core/Inc/FreeRTOSConfig.h 7 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 8 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 9 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 10 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 11 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 12 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 13 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 14 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h 15 | lightsensor_v1_2\timers.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 16 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stream_buffer.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c 2 | lightsensor_v1_2\stream_buffer.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 3 | lightsensor_v1_2\stream_buffer.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 4 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 5 | lightsensor_v1_2\stream_buffer.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 6 | lightsensor_v1_2\stream_buffer.o: ../Core/Inc/FreeRTOSConfig.h 7 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 8 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 9 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 10 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 11 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 12 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 13 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 14 | lightsensor_v1_2\stream_buffer.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h 15 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/tasks.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/tasks.c 2 | lightsensor_v1_2\tasks.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\tasks.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 4 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 5 | lightsensor_v1_2\tasks.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 6 | lightsensor_v1_2\tasks.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 7 | lightsensor_v1_2\tasks.o: ../Core/Inc/FreeRTOSConfig.h 8 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 9 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 10 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 11 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 12 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 13 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 14 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 15 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 16 | lightsensor_v1_2\tasks.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h 17 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/event_groups.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c 2 | lightsensor_v1_2\event_groups.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdlib.h 3 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 4 | lightsensor_v1_2\event_groups.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 5 | lightsensor_v1_2\event_groups.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 6 | lightsensor_v1_2\event_groups.o: ../Core/Inc/FreeRTOSConfig.h 7 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 8 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 9 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 10 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 11 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 12 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 13 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 14 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 15 | lightsensor_v1_2\event_groups.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h 16 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/gpio.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file gpio.h 5 | * @brief This file contains all the function prototypes for 6 | * the gpio.c file 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __GPIO_H__ 22 | #define __GPIO_H__ 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Includes ------------------------------------------------------------------*/ 29 | #include "main.h" 30 | 31 | /* USER CODE BEGIN Includes */ 32 | 33 | /* USER CODE END Includes */ 34 | 35 | /* USER CODE BEGIN Private defines */ 36 | 37 | /* USER CODE END Private defines */ 38 | 39 | void MX_GPIO_Init(void); 40 | 41 | /* USER CODE BEGIN Prototypes */ 42 | 43 | /* USER CODE END Prototypes */ 44 | 45 | #ifdef __cplusplus 46 | } 47 | #endif 48 | #endif /*__ GPIO_H__ */ 49 | 50 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/iwdg.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file iwdg.h 5 | * @brief This file contains all the function prototypes for 6 | * the iwdg.c file 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __IWDG_H__ 22 | #define __IWDG_H__ 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Includes ------------------------------------------------------------------*/ 29 | #include "main.h" 30 | 31 | /* USER CODE BEGIN Includes */ 32 | 33 | /* USER CODE END Includes */ 34 | 35 | extern IWDG_HandleTypeDef hiwdg; 36 | 37 | /* USER CODE BEGIN Private defines */ 38 | 39 | /* USER CODE END Private defines */ 40 | 41 | void MX_IWDG_Init(void); 42 | 43 | /* USER CODE BEGIN Prototypes */ 44 | 45 | /* USER CODE END Prototypes */ 46 | 47 | #ifdef __cplusplus 48 | } 49 | #endif 50 | 51 | #endif /* __IWDG_H__ */ 52 | 53 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/usart.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file usart.h 5 | * @brief This file contains all the function prototypes for 6 | * the usart.c file 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __USART_H__ 22 | #define __USART_H__ 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Includes ------------------------------------------------------------------*/ 29 | #include "main.h" 30 | 31 | /* USER CODE BEGIN Includes */ 32 | 33 | /* USER CODE END Includes */ 34 | 35 | extern UART_HandleTypeDef huart1; 36 | 37 | /* USER CODE BEGIN Private defines */ 38 | 39 | /* USER CODE END Private defines */ 40 | 41 | void MX_USART1_UART_Init(void); 42 | 43 | /* USER CODE BEGIN Prototypes */ 44 | 45 | /* USER CODE END Prototypes */ 46 | 47 | #ifdef __cplusplus 48 | } 49 | #endif 50 | 51 | #endif /* __USART_H__ */ 52 | 53 | -------------------------------------------------------------------------------- /3.python_codes/Onenet_getdata.py: -------------------------------------------------------------------------------- 1 | import urllib.request 2 | import json 3 | import token_ge 4 | 5 | 6 | # 产品,设备相关信息 7 | pid = '592693' #产品ID 8 | deviceId = "1069066433" #设备ID 9 | device_name = 'LightSensor2' #设备名称 10 | access_key = '????????????????????????????' #产品access_key 11 | sign = token_ge.token_generate(pid, device_name, access_key, 2) #签名结果字符串 12 | #sign = "version=2018-10-31&res=products%2F592693&et=1996892239&method=md5&sign=i%2F4UZUepJfRYF1fgx4iQtA%3D%3D" 13 | 14 | #通过HTTPS访问OneNet的API详见https://open.iot.10086.cn/doc/v5/develop/detail/257 15 | #和https://open.iot.10086.cn/doc/book/application-develop/api/api-usage.html 16 | 17 | # 获取函数 18 | def OneNet_Get_Latestdata(): 19 | 20 | """ 通过https访问onenet的API,获取最新数据 21 | :return: json格式的字符串,包含设备创建时间,data及其当前值,等 22 | """ 23 | 24 | url = "http://api.heclouds.com/devices/" + deviceId + "/datastreams" 25 | request = urllib.request.Request(url) 26 | request.add_header('authorization', sign) 27 | request.get_method = lambda: 'GET' 28 | request = urllib.request.urlopen(request) 29 | r = json.loads(request.read()) 30 | data = r.pop('data') 31 | print(r) 32 | return data 33 | 34 | 35 | if __name__ == '__main__': 36 | load_data = OneNet_Get_Latestdata() 37 | print('参数' + '\t\t\t\t\t' + '更新时间' + '\t\t\t' + '数值') 38 | for index, element in enumerate(load_data): 39 | a = str(element.get('update_at', '')) 40 | b = str(element.get('current_value', '')) 41 | if a != "" and b != "": 42 | print(str(element['id']) + '\t\t\t\t' + a + '\t\t\t' + b) 43 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/dma.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file dma.h 5 | * @brief This file contains all the function prototypes for 6 | * the dma.c file 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __DMA_H__ 22 | #define __DMA_H__ 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Includes ------------------------------------------------------------------*/ 29 | #include "main.h" 30 | 31 | /* DMA memory to memory transfer handles -------------------------------------*/ 32 | 33 | /* USER CODE BEGIN Includes */ 34 | 35 | /* USER CODE END Includes */ 36 | 37 | /* USER CODE BEGIN Private defines */ 38 | 39 | /* USER CODE END Private defines */ 40 | 41 | void MX_DMA_Init(void); 42 | 43 | /* USER CODE BEGIN Prototypes */ 44 | 45 | /* USER CODE END Prototypes */ 46 | 47 | #ifdef __cplusplus 48 | } 49 | #endif 50 | 51 | #endif /* __DMA_H__ */ 52 | 53 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/rtc.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file rtc.h 5 | * @brief This file contains all the function prototypes for 6 | * the rtc.c file 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __RTC_H__ 22 | #define __RTC_H__ 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Includes ------------------------------------------------------------------*/ 29 | #include "main.h" 30 | 31 | /* USER CODE BEGIN Includes */ 32 | 33 | /* USER CODE END Includes */ 34 | 35 | extern RTC_HandleTypeDef hrtc; 36 | 37 | /* USER CODE BEGIN Private defines */ 38 | 39 | /* USER CODE END Private defines */ 40 | 41 | void MX_RTC_Init(void); 42 | 43 | /* USER CODE BEGIN Prototypes */ 44 | void RTC_SetTime(uint8_t hours, uint8_t minutes, uint8_t seconds); 45 | 46 | /* USER CODE END Prototypes */ 47 | 48 | #ifdef __cplusplus 49 | } 50 | #endif 51 | 52 | #endif /* __RTC_H__ */ 53 | 54 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/STM32F1xx_HAL_Driver/License.md: -------------------------------------------------------------------------------- 1 | Copyright 2016(-2021) STMicroelectronics. 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without modification, 5 | are permitted provided that the following conditions are met: 6 | 7 | 1. Redistributions of source code must retain the above copyright notice, this 8 | list of conditions and the following disclaimer. 9 | 10 | 2. Redistributions in binary form must reproduce the above copyright notice, 11 | this list of conditions and the following disclaimer in the documentation and/or 12 | other materials provided with the distribution. 13 | 14 | 3. Neither the name of the copyright holder nor the names of its contributors 15 | may be used to endorse or promote products derived from this software without 16 | specific prior written permission. 17 | 18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 19 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 20 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 21 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR 22 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 23 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 24 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 25 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 27 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Src/iwdg.c: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file iwdg.c 5 | * @brief This file provides code for the configuration 6 | * of the IWDG instances. 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | /* Includes ------------------------------------------------------------------*/ 21 | #include "iwdg.h" 22 | 23 | /* USER CODE BEGIN 0 */ 24 | 25 | /* USER CODE END 0 */ 26 | 27 | IWDG_HandleTypeDef hiwdg; 28 | 29 | /* IWDG init function */ 30 | void MX_IWDG_Init(void) 31 | { 32 | 33 | /* USER CODE BEGIN IWDG_Init 0 */ 34 | 35 | /* USER CODE END IWDG_Init 0 */ 36 | 37 | /* USER CODE BEGIN IWDG_Init 1 */ 38 | 39 | /* USER CODE END IWDG_Init 1 */ 40 | hiwdg.Instance = IWDG; 41 | hiwdg.Init.Prescaler = IWDG_PRESCALER_4; 42 | hiwdg.Init.Reload = 3000; 43 | if (HAL_IWDG_Init(&hiwdg) != HAL_OK) 44 | { 45 | Error_Handler(); 46 | } 47 | /* USER CODE BEGIN IWDG_Init 2 */ 48 | 49 | /* USER CODE END IWDG_Init 2 */ 50 | 51 | } 52 | 53 | /* USER CODE BEGIN 1 */ 54 | 55 | /* USER CODE END 1 */ 56 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Hardwares/MAX44009/MAX44009.c: -------------------------------------------------------------------------------- 1 | #include "MAX44009.h" 2 | 3 | #define CLK_ENABLE __HAL_RCC_GPIOB_CLK_ENABLE(); 4 | iic_bus_t MAX44009_bus = 5 | { 6 | .IIC_SDA_PORT = GPIOB, 7 | .IIC_SCL_PORT = GPIOB, 8 | .IIC_SDA_PIN = GPIO_PIN_11, 9 | .IIC_SCL_PIN = GPIO_PIN_10, 10 | }; 11 | 12 | uint8_t MAX_ReadOneReg(unsigned char RegAddr) 13 | { 14 | unsigned char dat; 15 | dat = IIC_Read_One_Byte(&MAX44009_bus, MAX44009_ADDR, RegAddr); 16 | return dat; 17 | } 18 | 19 | void MAX_WriteOneReg(unsigned char RegAddr, unsigned char dat) 20 | { 21 | IIC_Write_One_Byte(&MAX44009_bus, MAX44009_ADDR, RegAddr, dat); 22 | } 23 | 24 | uint8_t MAX44009_Init(void) 25 | { 26 | uint8_t i = 5; 27 | 28 | CLK_ENABLE; 29 | IICInit(&MAX44009_bus); 30 | 31 | while(MAX_ReadOneReg(INT_STATUS_REG) != 0x00 && i) 32 | { 33 | HAL_Delay(100); 34 | i--; 35 | } 36 | if(!i) 37 | {return 1;} 38 | 39 | MAX_WriteOneReg(INT_ENABLE_REG,0x00);//关闭中断使能 40 | HAL_Delay(100); 41 | MAX_WriteOneReg(CONFIGURATION_REG,0x80);//连续转换、自动模式、积分时间为100/200/400/800 42 | HAL_Delay(100); 43 | 44 | if((MAX_ReadOneReg(CONFIGURATION_REG)&0x80) != 0x80) 45 | {return 2;} 46 | return 0; 47 | } 48 | 49 | void MAX_Measure(float * Lux_value) 50 | { 51 | uint8_t lux[2], lux_exponent; 52 | uint32_t mLux_value; 53 | 54 | lux[0] = MAX_ReadOneReg(LUX_HIGH_REG); 55 | lux[1] = MAX_ReadOneReg(LUX_LOW_REG); 56 | 57 | lux_exponent = ((lux[0] >> 4) & 0x0F); 58 | lux[0] = ((lux[0] << 4) & 0xF0); 59 | lux[1] &= 0x0F; 60 | 61 | mLux_value = ( lux[0] | lux[1] ) * (1<< lux_exponent); 62 | *Lux_value = 0.045*mLux_value; 63 | } 64 | 65 | -------------------------------------------------------------------------------- /3.python_codes/token_ge.py: -------------------------------------------------------------------------------- 1 | import base64 2 | import hmac 3 | import time 4 | from urllib.parse import quote 5 | 6 | def token_generate(pid,device_name,access_key,mode): 7 | 8 | """ 计算出对onenet进行访问的token值,这是用于onenet的安全鉴权 9 | :pid: 产品ID号 10 | :device_name: 产品名称,mode=3时才需要 11 | :access_key: mode=2时, key为产品的access_key. mode=3时, key为设备的key 12 | :mode: token生成模式选择, 1为MQ_ID访问MQ, 2为通过产品ID通过HTTPS访问onenet的API, 3为设备通过MQTT连云 13 | :return: 字符串token值 14 | """ 15 | 16 | version = '2018-10-31' 17 | 18 | # 通过MQ_ID访问MQ 19 | if mode == 1: 20 | res = 'mqs/%s' % pid 21 | 22 | # 通过产品ID访问产品API 23 | if mode == 2: 24 | res = 'products/%s' % pid 25 | 26 | # 设备通过MQTT访问 27 | if mode == 3: 28 | res = 'products/%s/devices/%s' %(pid,device_name) 29 | 30 | # 用户自定义token过期时间 31 | et = '1996892239' 32 | 33 | # 签名方法,支持md5、sha1、sha256 34 | method = 'md5' 35 | 36 | # 对access_key进行decode 37 | key = base64.b64decode(access_key) 38 | 39 | # 计算sign 40 | org = et + '\n' + method + '\n' + res + '\n' + version 41 | sign_b = hmac.new(key=key, msg=org.encode(), digestmod=method) 42 | sign = base64.b64encode(sign_b.digest()).decode() 43 | 44 | # value 部分进行url编码,method/res/version值较为简单无需编码 45 | sign = quote(sign, safe='') 46 | res = quote(res, safe='') 47 | 48 | # token参数拼接 49 | token = 'version=%s&res=%s&et=%s&method=%s&sign=%s' % (version, res, et, method, sign) 50 | 51 | return token 52 | 53 | 54 | if __name__ == '__main__': 55 | 56 | pid = '592693' 57 | #mode=2,访问onenet的API时,device_name参数不用可以不管.仅在mode=3,MQTT访问时要用这个 58 | device_name = 'LightSensor2' 59 | #这个key如果使用MQTT进行设备连接时,用的是设备的key.如果是访问API用的是产品的access_key 60 | key = '?????????????????????????' 61 | 62 | print(token_generate(pid,device_name,key,2)) -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Include/cmsis_version.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************//** 2 | * @file cmsis_version.h 3 | * @brief CMSIS Core(M) Version definitions 4 | * @version V5.0.2 5 | * @date 19. April 2017 6 | ******************************************************************************/ 7 | /* 8 | * Copyright (c) 2009-2017 ARM Limited. All rights reserved. 9 | * 10 | * SPDX-License-Identifier: Apache-2.0 11 | * 12 | * Licensed under the Apache License, Version 2.0 (the License); you may 13 | * not use this file except in compliance with the License. 14 | * You may obtain a copy of the License at 15 | * 16 | * www.apache.org/licenses/LICENSE-2.0 17 | * 18 | * Unless required by applicable law or agreed to in writing, software 19 | * distributed under the License is distributed on an AS IS BASIS, WITHOUT 20 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 21 | * See the License for the specific language governing permissions and 22 | * limitations under the License. 23 | */ 24 | 25 | #if defined ( __ICCARM__ ) 26 | #pragma system_include /* treat file as system include file for MISRA check */ 27 | #elif defined (__clang__) 28 | #pragma clang system_header /* treat file as system include file */ 29 | #endif 30 | 31 | #ifndef __CMSIS_VERSION_H 32 | #define __CMSIS_VERSION_H 33 | 34 | /* CMSIS Version definitions */ 35 | #define __CM_CMSIS_VERSION_MAIN ( 5U) /*!< [31:16] CMSIS Core(M) main version */ 36 | #define __CM_CMSIS_VERSION_SUB ( 1U) /*!< [15:0] CMSIS Core(M) sub version */ 37 | #define __CM_CMSIS_VERSION ((__CM_CMSIS_VERSION_MAIN << 16U) | \ 38 | __CM_CMSIS_VERSION_SUB ) /*!< CMSIS Core(M) version number */ 39 | #endif 40 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/cmsis_os2.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c 2 | lightsensor_v1_2\cmsis_os2.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 3 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h 4 | lightsensor_v1_2\cmsis_os2.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 5 | lightsensor_v1_2\cmsis_os2.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 6 | lightsensor_v1_2\cmsis_os2.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 7 | lightsensor_v1_2\cmsis_os2.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 8 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 9 | lightsensor_v1_2\cmsis_os2.o: ../Core/Inc/FreeRTOSConfig.h 10 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 11 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 12 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 13 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 14 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 15 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/task.h 16 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/list.h 17 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h 18 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 19 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h 20 | lightsensor_v1_2\cmsis_os2.o: ../Middlewares/Third_Party/FreeRTOS/Source/include/queue.h 21 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Src/dma.c: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file dma.c 5 | * @brief This file provides code for the configuration 6 | * of all the requested memory to memory DMA transfers. 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | 21 | /* Includes ------------------------------------------------------------------*/ 22 | #include "dma.h" 23 | 24 | /* USER CODE BEGIN 0 */ 25 | 26 | /* USER CODE END 0 */ 27 | 28 | /*----------------------------------------------------------------------------*/ 29 | /* Configure DMA */ 30 | /*----------------------------------------------------------------------------*/ 31 | 32 | /* USER CODE BEGIN 1 */ 33 | 34 | /* USER CODE END 1 */ 35 | 36 | /** 37 | * Enable DMA controller clock 38 | */ 39 | void MX_DMA_Init(void) 40 | { 41 | 42 | /* DMA controller clock enable */ 43 | __HAL_RCC_DMA1_CLK_ENABLE(); 44 | 45 | /* DMA interrupt init */ 46 | /* DMA1_Channel4_IRQn interrupt configuration */ 47 | HAL_NVIC_SetPriority(DMA1_Channel4_IRQn, 5, 0); 48 | HAL_NVIC_EnableIRQ(DMA1_Channel4_IRQn); 49 | /* DMA1_Channel5_IRQn interrupt configuration */ 50 | HAL_NVIC_SetPriority(DMA1_Channel5_IRQn, 5, 0); 51 | HAL_NVIC_EnableIRQ(DMA1_Channel5_IRQn); 52 | 53 | } 54 | 55 | /* USER CODE BEGIN 2 */ 56 | 57 | /* USER CODE END 2 */ 58 | 59 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Src/gpio.c: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file gpio.c 5 | * @brief This file provides code for the configuration 6 | * of all used GPIO pins. 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | 21 | /* Includes ------------------------------------------------------------------*/ 22 | #include "gpio.h" 23 | 24 | /* USER CODE BEGIN 0 */ 25 | 26 | /* USER CODE END 0 */ 27 | 28 | /*----------------------------------------------------------------------------*/ 29 | /* Configure GPIO */ 30 | /*----------------------------------------------------------------------------*/ 31 | /* USER CODE BEGIN 1 */ 32 | 33 | /* USER CODE END 1 */ 34 | 35 | /** Configure pins as 36 | * Analog 37 | * Input 38 | * Output 39 | * EVENT_OUT 40 | * EXTI 41 | */ 42 | void MX_GPIO_Init(void) 43 | { 44 | 45 | GPIO_InitTypeDef GPIO_InitStruct = {0}; 46 | 47 | /* GPIO Ports Clock Enable */ 48 | __HAL_RCC_GPIOC_CLK_ENABLE(); 49 | __HAL_RCC_GPIOA_CLK_ENABLE(); 50 | 51 | /*Configure GPIO pin Output Level */ 52 | HAL_GPIO_WritePin(GPIOC, GPIO_PIN_13, GPIO_PIN_SET); 53 | 54 | /*Configure GPIO pin : PC13 */ 55 | GPIO_InitStruct.Pin = GPIO_PIN_13; 56 | GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; 57 | GPIO_InitStruct.Pull = GPIO_PULLUP; 58 | GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_LOW; 59 | HAL_GPIO_Init(GPIOC, &GPIO_InitStruct); 60 | 61 | } 62 | 63 | /* USER CODE BEGIN 2 */ 64 | 65 | /* USER CODE END 2 */ 66 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/main.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file : main.h 5 | * @brief : Header for main.c file. 6 | * This file contains the common defines of the application. 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | 21 | /* Define to prevent recursive inclusion -------------------------------------*/ 22 | #ifndef __MAIN_H 23 | #define __MAIN_H 24 | 25 | #ifdef __cplusplus 26 | extern "C" { 27 | #endif 28 | 29 | /* Includes ------------------------------------------------------------------*/ 30 | #include "stm32f1xx_hal.h" 31 | 32 | /* Private includes ----------------------------------------------------------*/ 33 | /* USER CODE BEGIN Includes */ 34 | 35 | /* USER CODE END Includes */ 36 | 37 | /* Exported types ------------------------------------------------------------*/ 38 | /* USER CODE BEGIN ET */ 39 | 40 | /* USER CODE END ET */ 41 | 42 | /* Exported constants --------------------------------------------------------*/ 43 | /* USER CODE BEGIN EC */ 44 | 45 | /* USER CODE END EC */ 46 | 47 | /* Exported macro ------------------------------------------------------------*/ 48 | /* USER CODE BEGIN EM */ 49 | 50 | /* USER CODE END EM */ 51 | 52 | /* Exported functions prototypes ---------------------------------------------*/ 53 | void Error_Handler(void); 54 | 55 | /* USER CODE BEGIN EFP */ 56 | 57 | /* USER CODE END EFP */ 58 | 59 | /* Private defines -----------------------------------------------------------*/ 60 | /* USER CODE BEGIN Private defines */ 61 | 62 | /* USER CODE END Private defines */ 63 | 64 | #ifdef __cplusplus 65 | } 66 | #endif 67 | 68 | #endif /* __MAIN_H */ 69 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Inc/stm32f1xx_it.h: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file stm32f1xx_it.h 5 | * @brief This file contains the headers of the interrupt handlers. 6 | ****************************************************************************** 7 | * @attention 8 | * 9 | * Copyright (c) 2023 STMicroelectronics. 10 | * All rights reserved. 11 | * 12 | * This software is licensed under terms that can be found in the LICENSE file 13 | * in the root directory of this software component. 14 | * If no LICENSE file comes with this software, it is provided AS-IS. 15 | * 16 | ****************************************************************************** 17 | */ 18 | /* USER CODE END Header */ 19 | 20 | /* Define to prevent recursive inclusion -------------------------------------*/ 21 | #ifndef __STM32F1xx_IT_H 22 | #define __STM32F1xx_IT_H 23 | 24 | #ifdef __cplusplus 25 | extern "C" { 26 | #endif 27 | 28 | /* Private includes ----------------------------------------------------------*/ 29 | /* USER CODE BEGIN Includes */ 30 | #include "main.h" 31 | /* USER CODE END Includes */ 32 | 33 | /* Exported types ------------------------------------------------------------*/ 34 | /* USER CODE BEGIN ET */ 35 | 36 | /* USER CODE END ET */ 37 | 38 | /* Exported constants --------------------------------------------------------*/ 39 | /* USER CODE BEGIN EC */ 40 | 41 | /* USER CODE END EC */ 42 | 43 | /* Exported macro ------------------------------------------------------------*/ 44 | /* USER CODE BEGIN EM */ 45 | extern uint8_t HardInt_receive_str_raw[120]; 46 | extern uint8_t HardInt_receive_str[120]; 47 | extern uint8_t HardInt_uart_flag; 48 | /* USER CODE END EM */ 49 | 50 | /* Exported functions prototypes ---------------------------------------------*/ 51 | void NMI_Handler(void); 52 | void HardFault_Handler(void); 53 | void MemManage_Handler(void); 54 | void BusFault_Handler(void); 55 | void UsageFault_Handler(void); 56 | void DebugMon_Handler(void); 57 | void DMA1_Channel4_IRQHandler(void); 58 | void DMA1_Channel5_IRQHandler(void); 59 | void TIM1_UP_IRQHandler(void); 60 | void USART1_IRQHandler(void); 61 | /* USER CODE BEGIN EFP */ 62 | 63 | /* USER CODE END EFP */ 64 | 65 | #ifdef __cplusplus 66 | } 67 | #endif 68 | 69 | #endif /* __STM32F1xx_IT_H */ 70 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/LightSensor_V1_2.lnp: -------------------------------------------------------------------------------- 1 | --cpu Cortex-M3 2 | "lightsensor_v1_2\startup_stm32f103xe.o" 3 | "lightsensor_v1_2\main.o" 4 | "lightsensor_v1_2\gpio.o" 5 | "lightsensor_v1_2\freertos.o" 6 | "lightsensor_v1_2\dma.o" 7 | "lightsensor_v1_2\iwdg.o" 8 | "lightsensor_v1_2\rtc.o" 9 | "lightsensor_v1_2\usart.o" 10 | "lightsensor_v1_2\stm32f1xx_it.o" 11 | "lightsensor_v1_2\stm32f1xx_hal_msp.o" 12 | "lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o" 13 | "lightsensor_v1_2\lcd.o" 14 | "lightsensor_v1_2\lcd_init.o" 15 | "lightsensor_v1_2\iic_hal.o" 16 | "lightsensor_v1_2\key.o" 17 | "lightsensor_v1_2\bl24c02.o" 18 | "lightsensor_v1_2\max44009.o" 19 | "lightsensor_v1_2\air724ug.o" 20 | "lightsensor_v1_2\onenet_mqtt.o" 21 | "lightsensor_v1_2\delay.o" 22 | "lightsensor_v1_2\user_tasksinit.o" 23 | "lightsensor_v1_2\user_keytask.o" 24 | "lightsensor_v1_2\user_hardwaresinittask.o" 25 | "lightsensor_v1_2\user_measuresendtask.o" 26 | "lightsensor_v1_2\user_cmdrectask.o" 27 | "lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o" 28 | "lightsensor_v1_2\stm32f1xx_hal.o" 29 | "lightsensor_v1_2\stm32f1xx_hal_rcc.o" 30 | "lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o" 31 | "lightsensor_v1_2\stm32f1xx_hal_gpio.o" 32 | "lightsensor_v1_2\stm32f1xx_hal_dma.o" 33 | "lightsensor_v1_2\stm32f1xx_hal_cortex.o" 34 | "lightsensor_v1_2\stm32f1xx_hal_pwr.o" 35 | "lightsensor_v1_2\stm32f1xx_hal_flash.o" 36 | "lightsensor_v1_2\stm32f1xx_hal_flash_ex.o" 37 | "lightsensor_v1_2\stm32f1xx_hal_exti.o" 38 | "lightsensor_v1_2\stm32f1xx_hal_iwdg.o" 39 | "lightsensor_v1_2\stm32f1xx_hal_rtc.o" 40 | "lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o" 41 | "lightsensor_v1_2\stm32f1xx_hal_tim.o" 42 | "lightsensor_v1_2\stm32f1xx_hal_tim_ex.o" 43 | "lightsensor_v1_2\stm32f1xx_hal_uart.o" 44 | "lightsensor_v1_2\system_stm32f1xx.o" 45 | "lightsensor_v1_2\croutine.o" 46 | "lightsensor_v1_2\event_groups.o" 47 | "lightsensor_v1_2\list.o" 48 | "lightsensor_v1_2\queue.o" 49 | "lightsensor_v1_2\stream_buffer.o" 50 | "lightsensor_v1_2\tasks.o" 51 | "lightsensor_v1_2\timers.o" 52 | "lightsensor_v1_2\cmsis_os2.o" 53 | "lightsensor_v1_2\heap_4.o" 54 | "lightsensor_v1_2\port.o" 55 | --library_type=microlib --strict --scatter "LightSensor_V1_2\LightSensor_V1_2.sct" 56 | --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols 57 | --info sizes --info totals --info unused --info veneers 58 | --list "LightSensor_V1_2.map" -o LightSensor_V1_2\LightSensor_V1_2.axf -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h: -------------------------------------------------------------------------------- 1 | /** 2 | ****************************************************************************** 3 | * @file system_stm32f10x.h 4 | * @author MCD Application Team 5 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Header File. 6 | ****************************************************************************** 7 | * @attention 8 | * 9 | *

© Copyright (c) 2017 STMicroelectronics. 10 | * All rights reserved.

11 | * 12 | * This software component is licensed by ST under BSD 3-Clause license, 13 | * the "License"; You may not use this file except in compliance with the 14 | * License. You may obtain a copy of the License at: 15 | * opensource.org/licenses/BSD-3-Clause 16 | * 17 | ****************************************************************************** 18 | */ 19 | 20 | /** @addtogroup CMSIS 21 | * @{ 22 | */ 23 | 24 | /** @addtogroup stm32f10x_system 25 | * @{ 26 | */ 27 | 28 | /** 29 | * @brief Define to prevent recursive inclusion 30 | */ 31 | #ifndef __SYSTEM_STM32F10X_H 32 | #define __SYSTEM_STM32F10X_H 33 | 34 | #ifdef __cplusplus 35 | extern "C" { 36 | #endif 37 | 38 | /** @addtogroup STM32F10x_System_Includes 39 | * @{ 40 | */ 41 | 42 | /** 43 | * @} 44 | */ 45 | 46 | 47 | /** @addtogroup STM32F10x_System_Exported_types 48 | * @{ 49 | */ 50 | 51 | extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */ 52 | extern const uint8_t AHBPrescTable[16U]; /*!< AHB prescalers table values */ 53 | extern const uint8_t APBPrescTable[8U]; /*!< APB prescalers table values */ 54 | 55 | /** 56 | * @} 57 | */ 58 | 59 | /** @addtogroup STM32F10x_System_Exported_Constants 60 | * @{ 61 | */ 62 | 63 | /** 64 | * @} 65 | */ 66 | 67 | /** @addtogroup STM32F10x_System_Exported_Macros 68 | * @{ 69 | */ 70 | 71 | /** 72 | * @} 73 | */ 74 | 75 | /** @addtogroup STM32F10x_System_Exported_Functions 76 | * @{ 77 | */ 78 | 79 | extern void SystemInit(void); 80 | extern void SystemCoreClockUpdate(void); 81 | /** 82 | * @} 83 | */ 84 | 85 | #ifdef __cplusplus 86 | } 87 | #endif 88 | 89 | #endif /*__SYSTEM_STM32F10X_H */ 90 | 91 | /** 92 | * @} 93 | */ 94 | 95 | /** 96 | * @} 97 | */ 98 | /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 99 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Src/user_MeasureSendTask.c: -------------------------------------------------------------------------------- 1 | /* Private includes -----------------------------------------------------------*/ 2 | //includes 3 | #include "stdio.h" 4 | #include "string.h" 5 | 6 | #include "stm32f1xx_it.h" 7 | #include "rtc.h" 8 | 9 | #include "user_TasksInit.h" 10 | #include "user_MeasureSendTask.h" 11 | #include "user_KeyTask.h" 12 | #include "user_CmdRecTask.h" 13 | 14 | #include "Air724ug.h" 15 | #include "onenet_MQTT.h" 16 | #include "lcd.h" 17 | #include "lcd_init.h" 18 | #include "Max44009.h" 19 | 20 | 21 | /* Private typedef -----------------------------------------------------------*/ 22 | 23 | /* Private define ------------------------------------------------------------*/ 24 | 25 | /* Private variables ---------------------------------------------------------*/ 26 | 27 | /* Private function prototypes -----------------------------------------------*/ 28 | 29 | 30 | /** 31 | * @brief measure the light and send to the cloud 32 | * @param argument: Not used 33 | * @retval None 34 | */ 35 | void MeasureSendTask(void *argument) 36 | { 37 | float Light=0.0; 38 | uint8_t strsend[55]; 39 | uint8_t strlcd[10]; 40 | RTC_TimeTypeDef nowtime; 41 | 42 | 43 | 44 | while(1) 45 | { 46 | //measure the Light 47 | vTaskSuspendAll(); 48 | MAX_Measure(&Light); 49 | xTaskResumeAll(); 50 | Light = OFFSET_k * Light + OFFSET_b; 51 | 52 | //Send the Light data to OneNet 53 | if(Light<200000.0 && Light>100.0) 54 | { 55 | sprintf(strsend,"{\\22id\\22: 1,\\22dp\\22: {\\22light\\22: [{\\22v\\22:%d}]}}",(uint32_t)Light); 56 | onenet_Data_MPUB(strsend); 57 | sprintf(strlcd,"lux = %.1f ",Light); 58 | LCD_ShowString(0,120,strlcd,WHITE,BLACK,24,0); 59 | } 60 | 61 | HAL_RTC_GetTime(&hrtc,&nowtime,RTC_FORMAT_BIN); 62 | sprintf(strlcd,"%02d:%02d:%02d ",nowtime.Hours,nowtime.Minutes,nowtime.Seconds); 63 | LCD_ShowString(0,150,strlcd,WHITE,BLACK,24,0); 64 | 65 | osDelay(500); 66 | } 67 | } 68 | 69 | 70 | void ConCheckTask(void *argument) 71 | { 72 | while(1) 73 | { 74 | 75 | //check the TCP is connected or not 76 | if(!Connect_Check()) 77 | { 78 | //断开TCP连接 79 | onenet_TCPDisConnect(); 80 | //建立TCP连接 81 | printf("AT+MIPSTART=\"%s\",%s\r\n",mqtturl,mqttport); 82 | delay_ms(400); 83 | //请求会话//是否erro 84 | printf("AT+MCONNECT=1,120\r\n"); 85 | delay_ms(400); 86 | LCD_ShowString(0,150,"reconnect",WHITE,BLACK,24,0); 87 | delay_ms(400); 88 | LCD_ShowString(0,150," ",WHITE,BLACK,24,0); 89 | } 90 | osDelay(10000); 91 | } 92 | } -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/DebugConfig/LightSensor_V1_2_STM32F103RC_1.0.0.dbgconf: -------------------------------------------------------------------------------- 1 | // File: STM32F101_102_103_105_107.dbgconf 2 | // Version: 1.0.0 3 | // Note: refer to STM32F101xx STM32F102xx STM32F103xx STM32F105xx STM32F107xx Reference manual (RM0008) 4 | // STM32F101xx STM32F102xx STM32F103xx STM32F105xx STM32F107xx datasheets 5 | 6 | // <<< Use Configuration Wizard in Context Menu >>> 7 | 8 | // Debug MCU configuration register (DBGMCU_CR) 9 | // Reserved bits must be kept at reset value 10 | // DBG_TIM11_STOP TIM11 counter stopped when core is halted 11 | // DBG_TIM10_STOP TIM10 counter stopped when core is halted 12 | // DBG_TIM9_STOP TIM9 counter stopped when core is halted 13 | // DBG_TIM14_STOP TIM14 counter stopped when core is halted 14 | // DBG_TIM13_STOP TIM13 counter stopped when core is halted 15 | // DBG_TIM12_STOP TIM12 counter stopped when core is halted 16 | // DBG_CAN2_STOP Debug CAN2 stopped when core is halted 17 | // DBG_TIM7_STOP TIM7 counter stopped when core is halted 18 | // DBG_TIM6_STOP TIM6 counter stopped when core is halted 19 | // DBG_TIM5_STOP TIM5 counter stopped when core is halted 20 | // DBG_TIM8_STOP TIM8 counter stopped when core is halted 21 | // DBG_I2C2_SMBUS_TIMEOUT SMBUS timeout mode stopped when core is halted 22 | // DBG_I2C1_SMBUS_TIMEOUT SMBUS timeout mode stopped when core is halted 23 | // DBG_CAN1_STOP Debug CAN1 stopped when Core is halted 24 | // DBG_TIM4_STOP TIM4 counter stopped when core is halted 25 | // DBG_TIM3_STOP TIM3 counter stopped when core is halted 26 | // DBG_TIM2_STOP TIM2 counter stopped when core is halted 27 | // DBG_TIM1_STOP TIM1 counter stopped when core is halted 28 | // DBG_WWDG_STOP Debug window watchdog stopped when core is halted 29 | // DBG_IWDG_STOP Debug independent watchdog stopped when core is halted 30 | // DBG_STANDBY Debug standby mode 31 | // DBG_STOP Debug stop mode 32 | // DBG_SLEEP Debug sleep mode 33 | // 34 | DbgMCU_CR = 0x00000007; 35 | 36 | // <<< end of configuration section >>> 37 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/dma.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\dma.o: ../Core/Src/dma.c 2 | lightsensor_v1_2\dma.o: ../Core/Inc/dma.h 3 | lightsensor_v1_2\dma.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\dma.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\dma.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\dma.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/rtc.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\rtc.o: ../Core/Src/rtc.c 2 | lightsensor_v1_2\rtc.o: ../Core/Inc/rtc.h 3 | lightsensor_v1_2\rtc.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\rtc.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\rtc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\rtc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Core/Src/stm32f1xx_hal_msp.c: -------------------------------------------------------------------------------- 1 | /* USER CODE BEGIN Header */ 2 | /** 3 | ****************************************************************************** 4 | * @file stm32f1xx_hal_msp.c 5 | * @brief This file provides code for the MSP Initialization 6 | * and de-Initialization codes. 7 | ****************************************************************************** 8 | * @attention 9 | * 10 | * Copyright (c) 2023 STMicroelectronics. 11 | * All rights reserved. 12 | * 13 | * This software is licensed under terms that can be found in the LICENSE file 14 | * in the root directory of this software component. 15 | * If no LICENSE file comes with this software, it is provided AS-IS. 16 | * 17 | ****************************************************************************** 18 | */ 19 | /* USER CODE END Header */ 20 | 21 | /* Includes ------------------------------------------------------------------*/ 22 | #include "main.h" 23 | /* USER CODE BEGIN Includes */ 24 | 25 | /* USER CODE END Includes */ 26 | 27 | /* Private typedef -----------------------------------------------------------*/ 28 | /* USER CODE BEGIN TD */ 29 | 30 | /* USER CODE END TD */ 31 | 32 | /* Private define ------------------------------------------------------------*/ 33 | /* USER CODE BEGIN Define */ 34 | 35 | /* USER CODE END Define */ 36 | 37 | /* Private macro -------------------------------------------------------------*/ 38 | /* USER CODE BEGIN Macro */ 39 | 40 | /* USER CODE END Macro */ 41 | 42 | /* Private variables ---------------------------------------------------------*/ 43 | /* USER CODE BEGIN PV */ 44 | 45 | /* USER CODE END PV */ 46 | 47 | /* Private function prototypes -----------------------------------------------*/ 48 | /* USER CODE BEGIN PFP */ 49 | 50 | /* USER CODE END PFP */ 51 | 52 | /* External functions --------------------------------------------------------*/ 53 | /* USER CODE BEGIN ExternalFunctions */ 54 | 55 | /* USER CODE END ExternalFunctions */ 56 | 57 | /* USER CODE BEGIN 0 */ 58 | 59 | /* USER CODE END 0 */ 60 | /** 61 | * Initializes the Global MSP. 62 | */ 63 | void HAL_MspInit(void) 64 | { 65 | /* USER CODE BEGIN MspInit 0 */ 66 | 67 | /* USER CODE END MspInit 0 */ 68 | 69 | __HAL_RCC_AFIO_CLK_ENABLE(); 70 | __HAL_RCC_PWR_CLK_ENABLE(); 71 | 72 | /* System interrupt init*/ 73 | /* PendSV_IRQn interrupt configuration */ 74 | HAL_NVIC_SetPriority(PendSV_IRQn, 15, 0); 75 | 76 | /** NOJTAG: JTAG-DP Disabled and SW-DP Enabled 77 | */ 78 | __HAL_AFIO_REMAP_SWJ_NOJTAG(); 79 | 80 | /* USER CODE BEGIN MspInit 1 */ 81 | 82 | /* USER CODE END MspInit 1 */ 83 | } 84 | 85 | /* USER CODE BEGIN 1 */ 86 | 87 | /* USER CODE END 1 */ 88 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/gpio.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\gpio.o: ../Core/Src/gpio.c 2 | lightsensor_v1_2\gpio.o: ../Core/Inc/gpio.h 3 | lightsensor_v1_2\gpio.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\gpio.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\gpio.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\gpio.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iwdg.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\iwdg.o: ../Core/Src/iwdg.c 2 | lightsensor_v1_2\iwdg.o: ../Core/Inc/iwdg.h 3 | lightsensor_v1_2\iwdg.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\iwdg.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\iwdg.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\iwdg.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/delay.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\delay.o: ..\SYSTEM\delay.c 2 | lightsensor_v1_2\delay.o: ..\SYSTEM\delay.h 3 | lightsensor_v1_2\delay.o: ..\SYSTEM\sys.h 4 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 5 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 6 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Include/core_cm3.h 7 | lightsensor_v1_2\delay.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 8 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Include/cmsis_version.h 9 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 10 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 11 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 12 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 13 | lightsensor_v1_2\delay.o: ../Core/Inc/stm32f1xx_hal_conf.h 14 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 15 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 16 | lightsensor_v1_2\delay.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 17 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\delay.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\delay.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/usart.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\usart.o: ../Core/Src/usart.c 2 | lightsensor_v1_2\usart.o: ../Core/Inc/usart.h 3 | lightsensor_v1_2\usart.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\usart.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\usart.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\usart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\usart.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\usart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | lightsensor_v1_2\usart.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdio.h 36 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\lcd.o: ..\Hardwares\LCD\lcd.c 2 | lightsensor_v1_2\lcd.o: ..\Hardwares\LCD\lcd.h 3 | lightsensor_v1_2\lcd.o: ../SYSTEM/sys.h 4 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 5 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 6 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Include/core_cm3.h 7 | lightsensor_v1_2\lcd.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 8 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Include/cmsis_version.h 9 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 10 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 11 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 12 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 13 | lightsensor_v1_2\lcd.o: ../Core/Inc/stm32f1xx_hal_conf.h 14 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 15 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 16 | lightsensor_v1_2\lcd.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 17 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\lcd.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\lcd.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | lightsensor_v1_2\lcd.o: ..\Hardwares\LCD\lcd_init.h 36 | lightsensor_v1_2\lcd.o: ..\Hardwares\LCD\lcdfont.h 37 | lightsensor_v1_2\lcd.o: ../SYSTEM/delay.h 38 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/iic_hal.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\iic_hal.o: ..\Hardwares\IIC\iic_hal.c 2 | lightsensor_v1_2\iic_hal.o: ..\Hardwares\IIC\iic_hal.h 3 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 4 | lightsensor_v1_2\iic_hal.o: ../Core/Inc/stm32f1xx_hal_conf.h 5 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 6 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 8 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 9 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Include/core_cm3.h 10 | lightsensor_v1_2\iic_hal.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 11 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Include/cmsis_version.h 12 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 13 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 14 | lightsensor_v1_2\iic_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 15 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 16 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 17 | lightsensor_v1_2\iic_hal.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 18 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 19 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 20 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 21 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 22 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 23 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 24 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 25 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 26 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 27 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 28 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 29 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 30 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 31 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 32 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 33 | lightsensor_v1_2\iic_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 34 | lightsensor_v1_2\iic_hal.o: ../SYSTEM/delay.h 35 | lightsensor_v1_2\iic_hal.o: ../SYSTEM/sys.h 36 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/max44009.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\max44009.o: ..\Hardwares\MAX44009\MAX44009.c 2 | lightsensor_v1_2\max44009.o: ..\Hardwares\MAX44009\MAX44009.h 3 | lightsensor_v1_2\max44009.o: ../Hardwares/IIC/iic_hal.h 4 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\max44009.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\max44009.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\max44009.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\max44009.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\max44009.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/lcd_init.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\lcd_init.o: ..\Hardwares\LCD\lcd_init.c 2 | lightsensor_v1_2\lcd_init.o: ..\Hardwares\LCD\lcd_init.h 3 | lightsensor_v1_2\lcd_init.o: ../SYSTEM/sys.h 4 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 5 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 6 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Include/core_cm3.h 7 | lightsensor_v1_2\lcd_init.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 8 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Include/cmsis_version.h 9 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 10 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 11 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 12 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 13 | lightsensor_v1_2\lcd_init.o: ../Core/Inc/stm32f1xx_hal_conf.h 14 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 15 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 16 | lightsensor_v1_2\lcd_init.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 17 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\lcd_init.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\lcd_init.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | lightsensor_v1_2\lcd_init.o: ../SYSTEM/delay.h 36 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c 2 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/bl24c02.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\bl24c02.o: ..\Hardwares\BL24C02\BL24C02.c 2 | lightsensor_v1_2\bl24c02.o: ..\Hardwares\BL24C02\BL24C02.h 3 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 4 | lightsensor_v1_2\bl24c02.o: ../Core/Inc/stm32f1xx_hal_conf.h 5 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 6 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 8 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 9 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Include/core_cm3.h 10 | lightsensor_v1_2\bl24c02.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 11 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Include/cmsis_version.h 12 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 13 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 14 | lightsensor_v1_2\bl24c02.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 15 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 16 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 17 | lightsensor_v1_2\bl24c02.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 18 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 19 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 20 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 21 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 22 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 23 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 24 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 25 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 26 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 27 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 28 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 29 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 30 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 31 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 32 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 33 | lightsensor_v1_2\bl24c02.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 34 | lightsensor_v1_2\bl24c02.o: ../Hardwares/IIC/iic_hal.h 35 | lightsensor_v1_2\bl24c02.o: ../SYSTEM/delay.h 36 | lightsensor_v1_2\bl24c02.o: ../SYSTEM/sys.h 37 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Drivers/CMSIS/Include/tz_context.h: -------------------------------------------------------------------------------- 1 | /****************************************************************************** 2 | * @file tz_context.h 3 | * @brief Context Management for Armv8-M TrustZone 4 | * @version V1.0.1 5 | * @date 10. January 2018 6 | ******************************************************************************/ 7 | /* 8 | * Copyright (c) 2017-2018 Arm Limited. All rights reserved. 9 | * 10 | * SPDX-License-Identifier: Apache-2.0 11 | * 12 | * Licensed under the Apache License, Version 2.0 (the License); you may 13 | * not use this file except in compliance with the License. 14 | * You may obtain a copy of the License at 15 | * 16 | * www.apache.org/licenses/LICENSE-2.0 17 | * 18 | * Unless required by applicable law or agreed to in writing, software 19 | * distributed under the License is distributed on an AS IS BASIS, WITHOUT 20 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 21 | * See the License for the specific language governing permissions and 22 | * limitations under the License. 23 | */ 24 | 25 | #if defined ( __ICCARM__ ) 26 | #pragma system_include /* treat file as system include file for MISRA check */ 27 | #elif defined (__clang__) 28 | #pragma clang system_header /* treat file as system include file */ 29 | #endif 30 | 31 | #ifndef TZ_CONTEXT_H 32 | #define TZ_CONTEXT_H 33 | 34 | #include 35 | 36 | #ifndef TZ_MODULEID_T 37 | #define TZ_MODULEID_T 38 | /// \details Data type that identifies secure software modules called by a process. 39 | typedef uint32_t TZ_ModuleId_t; 40 | #endif 41 | 42 | /// \details TZ Memory ID identifies an allocated memory slot. 43 | typedef uint32_t TZ_MemoryId_t; 44 | 45 | /// Initialize secure context memory system 46 | /// \return execution status (1: success, 0: error) 47 | uint32_t TZ_InitContextSystem_S (void); 48 | 49 | /// Allocate context memory for calling secure software modules in TrustZone 50 | /// \param[in] module identifies software modules called from non-secure mode 51 | /// \return value != 0 id TrustZone memory slot identifier 52 | /// \return value 0 no memory available or internal error 53 | TZ_MemoryId_t TZ_AllocModuleContext_S (TZ_ModuleId_t module); 54 | 55 | /// Free context memory that was previously allocated with \ref TZ_AllocModuleContext_S 56 | /// \param[in] id TrustZone memory slot identifier 57 | /// \return execution status (1: success, 0: error) 58 | uint32_t TZ_FreeModuleContext_S (TZ_MemoryId_t id); 59 | 60 | /// Load secure context (called on RTOS thread context switch) 61 | /// \param[in] id TrustZone memory slot identifier 62 | /// \return execution status (1: success, 0: error) 63 | uint32_t TZ_LoadContext_S (TZ_MemoryId_t id); 64 | 65 | /// Store secure context (called on RTOS thread context switch) 66 | /// \param[in] id TrustZone memory slot identifier 67 | /// \return execution status (1: success, 0: error) 68 | uint32_t TZ_StoreContext_S (TZ_MemoryId_t id); 69 | 70 | #endif // TZ_CONTEXT_H 71 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/system_stm32f1xx.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\system_stm32f1xx.o: ../Core/Src/system_stm32f1xx.c 2 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 3 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 4 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Include/core_cm3.h 5 | lightsensor_v1_2\system_stm32f1xx.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 6 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Include/cmsis_version.h 7 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 8 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 9 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 10 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 11 | lightsensor_v1_2\system_stm32f1xx.o: ../Core/Inc/stm32f1xx_hal_conf.h 12 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 13 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 14 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 15 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\system_stm32f1xx.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\system_stm32f1xx.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_dma.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c 2 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_dma.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_dma.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_dma.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_pwr.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c 2 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_pwr.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c 2 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_rcc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc.c 2 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_rtc.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c 2 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_tim.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_tim.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_it.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_it.o: ../Core/Src/stm32f1xx_it.c 2 | lightsensor_v1_2\stm32f1xx_it.o: ../Core/Inc/main.h 3 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 4 | lightsensor_v1_2\stm32f1xx_it.o: ../Core/Inc/stm32f1xx_hal_conf.h 5 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 6 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 8 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 9 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Include/core_cm3.h 10 | lightsensor_v1_2\stm32f1xx_it.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 11 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Include/cmsis_version.h 12 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 13 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 14 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 15 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 16 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 17 | lightsensor_v1_2\stm32f1xx_it.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 18 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 19 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 20 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 21 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 22 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 23 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 24 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 25 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 26 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 27 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 28 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 29 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 30 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 31 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 32 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 33 | lightsensor_v1_2\stm32f1xx_it.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 34 | lightsensor_v1_2\stm32f1xx_it.o: ../Core/Inc/stm32f1xx_it.h 35 | lightsensor_v1_2\stm32f1xx_it.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 36 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_exti.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c 2 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_exti.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_exti.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_exti.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c 2 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_gpio.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_iwdg.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_iwdg.c 2 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_iwdg.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_msp.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Core/Src/stm32f1xx_hal_msp.c 2 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Core/Inc/main.h 3 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 4 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Core/Inc/stm32f1xx_hal_conf.h 5 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 6 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 8 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 9 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Include/core_cm3.h 10 | lightsensor_v1_2\stm32f1xx_hal_msp.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 11 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Include/cmsis_version.h 12 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 13 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 14 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 15 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 16 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 17 | lightsensor_v1_2\stm32f1xx_hal_msp.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 18 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 19 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 20 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 21 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 22 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 23 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 24 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 25 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 26 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 27 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 28 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 29 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 30 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 31 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 32 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 33 | lightsensor_v1_2\stm32f1xx_hal_msp.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 34 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_uart.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_uart.c 2 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_uart.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_uart.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_uart.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c 2 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_flash.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_flash.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_flash.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_cortex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c 2 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_cortex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rcc_ex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c 2 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_rcc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_rtc_ex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rtc_ex.c 2 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_rtc_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_tim_ex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c 2 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_tim_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_gpio_ex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c 2 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_gpio_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_flash_ex.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c 2 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_flash_ex.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/air724ug.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\air724ug.o: ..\Hardwares\Air724ug\Air724ug.c 2 | lightsensor_v1_2\air724ug.o: ..\Hardwares\Air724ug\Air724ug.h 3 | lightsensor_v1_2\air724ug.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\air724ug.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\air724ug.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\air724ug.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\air724ug.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\air724ug.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | lightsensor_v1_2\air724ug.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdio.h 36 | lightsensor_v1_2\air724ug.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 37 | lightsensor_v1_2\air724ug.o: ../SYSTEM/delay.h 38 | lightsensor_v1_2\air724ug.o: ../SYSTEM/sys.h 39 | lightsensor_v1_2\air724ug.o: ../Core/Inc/usart.h 40 | lightsensor_v1_2\air724ug.o: ../Core/Inc/stm32f1xx_it.h 41 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/stm32f1xx_hal_timebase_tim.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Core/Src/stm32f1xx_hal_timebase_tim.c 2 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 3 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Core/Inc/stm32f1xx_hal_conf.h 4 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 5 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 6 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 7 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 8 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Include/core_cm3.h 9 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 10 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Include/cmsis_version.h 11 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 12 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 13 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 14 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 15 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 16 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 17 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 18 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 19 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 20 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 21 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 22 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 23 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 24 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 25 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 26 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 27 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 28 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 29 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 30 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 31 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 32 | lightsensor_v1_2\stm32f1xx_hal_timebase_tim.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 33 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/MDK-ARM/LightSensor_V1_2/onenet_mqtt.d: -------------------------------------------------------------------------------- 1 | lightsensor_v1_2\onenet_mqtt.o: ..\Hardwares\Air724ug\onenet_MQTT.c 2 | lightsensor_v1_2\onenet_mqtt.o: ..\Hardwares\Air724ug\Air724ug.h 3 | lightsensor_v1_2\onenet_mqtt.o: ../Core/Inc/main.h 4 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 5 | lightsensor_v1_2\onenet_mqtt.o: ../Core/Inc/stm32f1xx_hal_conf.h 6 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 7 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 8 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h 10 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Include/core_cm3.h 11 | lightsensor_v1_2\onenet_mqtt.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdint.h 12 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Include/cmsis_version.h 13 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Include/cmsis_compiler.h 14 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Include/cmsis_armcc.h 15 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 16 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 17 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 18 | lightsensor_v1_2\onenet_mqtt.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stddef.h 19 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 20 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 21 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 22 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 23 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 24 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 25 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 26 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 27 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 28 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_iwdg.h 29 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 30 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc.h 31 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rtc_ex.h 32 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 33 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 34 | lightsensor_v1_2\onenet_mqtt.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_uart.h 35 | lightsensor_v1_2\onenet_mqtt.o: ..\Hardwares\Air724ug\onenet_MQTT.h 36 | lightsensor_v1_2\onenet_mqtt.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\stdio.h 37 | lightsensor_v1_2\onenet_mqtt.o: D:\softwares\KEIL5MDK\ARM\ARMCC\Bin\..\include\string.h 38 | lightsensor_v1_2\onenet_mqtt.o: ../SYSTEM/delay.h 39 | lightsensor_v1_2\onenet_mqtt.o: ../SYSTEM/sys.h 40 | lightsensor_v1_2\onenet_mqtt.o: ../Core/Inc/usart.h 41 | lightsensor_v1_2\onenet_mqtt.o: ../Core/Inc/stm32f1xx_it.h 42 | -------------------------------------------------------------------------------- /2.Stm32_codes/LightSensor_V1_2/Tasks/Src/user_HardwaresInitTask.c: -------------------------------------------------------------------------------- 1 | /* Private includes -----------------------------------------------------------*/ 2 | //includes 3 | #include "stdio.h" 4 | #include "string.h" 5 | #include "FreeRTOS.h" 6 | #include "task.h" 7 | #include "stm32f1xx_it.h" 8 | #include "user_TasksInit.h" 9 | #include "user_CmdRecTask.h" 10 | #include "key.h" 11 | #include "Air724ug.h" 12 | #include "onenet_MQTT.h" 13 | #include "lcd.h" 14 | #include "lcd_init.h" 15 | #include "Max44009.h" 16 | #include "BL24C02.h" 17 | 18 | /* Private typedef -----------------------------------------------------------*/ 19 | 20 | /* Private define ------------------------------------------------------------*/ 21 | 22 | /* Private variables ---------------------------------------------------------*/ 23 | 24 | /* Private function prototypes -----------------------------------------------*/ 25 | 26 | 27 | /** 28 | * @brief measure the light and send to the cloud 29 | * @param argument: Not used 30 | * @retval None 31 | */ 32 | void HardwaresInitTask(void *argument) 33 | { 34 | while(1) 35 | { 36 | vTaskSuspendAll(); 37 | //lcd 38 | LCD_Init(); 39 | LCD_Fill(0,0,LCD_W,LCD_H,BLACK); 40 | //Key 41 | Key_Port_Init(); 42 | //Max44009 43 | uint8_t strlcd[10]; 44 | uint8_t i=5; 45 | uint8_t MAX_Erro = 1; 46 | while(MAX_Erro && i) 47 | { 48 | i--; 49 | MAX_Erro = MAX44009_Init(); 50 | sprintf(strlcd,"max erro:%d",MAX_Erro); 51 | LCD_ShowString(0,0,strlcd,WHITE,BLACK,24,0); 52 | } 53 | //EEPROM 54 | BL24C02_Init(); 55 | 56 | //EEPROM read the data 57 | int8_t recbuf[3]; 58 | BL24C02_Read(0x00,3,recbuf); 59 | if(recbuf[0] == 0x55) 60 | { 61 | if(recbuf[1]<=(K_MAX*10) && recbuf[1]>=(K_MIN*10) && recbuf[2]<=(B_MAX/100) && recbuf[2]>=(B_MIN/100)) 62 | { 63 | OFFSET_k = recbuf[1]; 64 | OFFSET_k /= 10; 65 | OFFSET_b = recbuf[2]; 66 | OFFSET_b *= 100; 67 | } 68 | } 69 | else 70 | { 71 | recbuf[0] = 0x55; 72 | recbuf[1] = OFFSET_k*10; 73 | recbuf[2] = OFFSET_b/100; 74 | BL24C02_Write(0x00,3,recbuf); 75 | } 76 | LCD_ShowString(0,30,"lux=kx+b",WHITE,BLACK,24,0); 77 | sprintf(strlcd,"k = %.1f ",OFFSET_k); 78 | LCD_ShowString(0,60,strlcd,WHITE,BLACK,24,0); 79 | sprintf(strlcd,"b = %d ",OFFSET_b); 80 | LCD_ShowString(0,90,strlcd,WHITE,BLACK,24,0); 81 | 82 | //Air724 83 | LCD_ShowString(0,120,"Air724...",WHITE,BLACK,24,0); 84 | Air724_Init(); 85 | //PDP 86 | LCD_ShowString(0,120,"PDP... ",WHITE,BLACK,24,0); 87 | Air724_PDPact(); 88 | //MQTT 89 | LCD_ShowString(0,120,"MQTT... ",WHITE,BLACK,24,0); 90 | onenet_MQTTConnect(); 91 | LCD_ShowString(0,120," ",WHITE,BLACK,24,0); 92 | //set the rct 93 | Air724_GetTime(); 94 | //check the TCP is connected or not 95 | if(!Connect_Check()) 96 | { 97 | //断开TCP连接 98 | onenet_TCPDisConnect(); 99 | //建立TCP连接 100 | printf("AT+MIPSTART=\"%s\",%s\r\n",mqtturl,mqttport); 101 | delay_ms(400); 102 | //请求会话//是否erro 103 | printf("AT+MCONNECT=1,120\r\n"); 104 | delay_ms(400); 105 | LCD_ShowString(0,150,"reconnect",WHITE,BLACK,24,0); 106 | delay_ms(400); 107 | LCD_ShowString(0,150," ",WHITE,BLACK,24,0); 108 | //订阅CMD主题 109 | printf("AT+MSUB=\"$sys/%s/%s/cmd/request/+\",0\r\n",ProductID,DeviceName); 110 | delay_ms(400); 111 | } 112 | 113 | xTaskResumeAll(); 114 | vTaskDelete(NULL); 115 | osDelay(1000); 116 | } 117 | 118 | } 119 | --------------------------------------------------------------------------------