15 RTC real-time clock experiment

所属分类:处理器开发
开发工具:MDK
文件大小:802KB
下载次数:2
上传日期:2020-04-06 00:45:41
上 传 者bwginfo
说明:  YS-F4PRO STM32F407 development board Experiment 15 RTC real-time clock experiment-library function version Supported driver IC models include: ILI9341 / ILI9325 / RM68042 / RM68021 / ILI9320 / ILI9328 / LGDP4531 / LGDP4535 / SPFD5408 / 1505 / B505 / C505 / NT35310 / NT35510 etc.

文件列表:
15 RTC real-time clock experiment\CORE\core_cm4.h (109142, 2016-04-15)
15 RTC real-time clock experiment\CORE\core_cm4_simd.h (22735, 2016-04-15)
15 RTC real-time clock experiment\CORE\core_cmFunc.h (17146, 2016-04-15)
15 RTC real-time clock experiment\CORE\core_cmInstr.h (20513, 2016-04-15)
15 RTC real-time clock experiment\CORE\startup_stm32f40_41xxx.s (29605, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\misc.h (6924, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_adc.h (32880, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_can.h (27318, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_crc.h (2416, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_cryp.h (14481, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_dac.h (14946, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_dbgmcu.h (4296, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_dcmi.h (12977, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_dma.h (28882, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_dma2d.h (19692, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_exti.h (8012, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_flash.h (24467, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_flash_ramfunc.h (3275, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_fmc.h (44924, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_fsmc.h (27181, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_gpio.h (23548, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_hash.h (10084, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_i2c.h (31939, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_iwdg.h (4323, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_ltdc.h (21191, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_pwr.h (7728, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_rcc.h (30063, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_rng.h (3958, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_rtc.h (40546, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_sai.h (25470, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_sdio.h (22777, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_spi.h (21178, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_syscfg.h (8974, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_tim.h (51689, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_usart.h (17935, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\inc\stm32f4xx_wwdg.h (3542, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\src\misc.c (11443, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\src\stm32f4xx_adc.c (69068, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\src\stm32f4xx_can.c (60150, 2016-04-15)
15 RTC real-time clock experiment\FWLIB\src\stm32f4xx_crc.c (3596, 2016-04-15)
... ...

experiment equipment: Explorer STM32F4 development board The Purpose: Learn to use STM32 with RTC The Hardware resources: 1, DS0 (connected to PF9) 2. Serial port 1 (baud rate: 115200, PA9 / PA10 is connected to the onboard USB to serial chip CH340) 3. YS-F4PRO 2.8 / 3.5 / 4.3 / 7 inch TFTLCD module (driven by FSMC, FSMC_NE4 connected to LCD chip select / A6 connected to RS) 4, RTC (Real Time Clock) The Experimental phenomena: In this experiment, the RTC time is displayed on the TFTLCD, and the RTC time / alarm can be set through usmart to adjust the time, or set the RTC alarm, So that everyone can verify the RTC function. The Precautions: 1,4.3-inch and 7-inch screens require relatively large current, and USB power supply may be insufficient.Please use an external power adapter (recommended external 12V 1A power supply). 2, This routine is used in the LCD_Init function (in ILI93xx.c), printf is used. If the serial port 1 is not initialized, the LCD will not display !! 3. The serial port baud rate is 115200 4.Please connect to USB_232 with a USB cable, and test this routine after finding the USB to serial port. 5.PA6 / PA10 of P6 must be connected to RXD / TXD through jumper caps. Punctual atom @ALIENTEK 2014-10-25 Guangzhou Xingyi Electronic Technology Co., Ltd. Phone: 020-38271790 Fax: 020-36773971 Purchase: http://shop62103354.taobao.com http://shop62057469.taobao.com Company website: www.alientek.com Technical Forum: www.openedv.com

近期下载者

相关文件


收藏者