abstract.txt

来自「STM32 demo板的例程」· 文本 代码 · 共 29 行

TXT
29
字号
The 'Blinky' project is a simple program for the ST32F103RBT6 
using Keil 'MCBSTM32' Evaluation Board and demonstrating 
interrupt functionality.

Example functionality:                                                   
 - Clock Settings:
   - XTAL    =            8.00 MHz
   - SYSCLK  =           72.00 MHz
   - HCLK    = SYSCLK  = 72.00 MHz
   - PCLK1   = HCLK/2  = 36.00 MHz
   - PCLK2   = HCLK    = 72.00 MHz
   - ADCLK   = PCLK2/4 = 18.00 MHz
   - SYSTICK = HCLK/8  =  9.00 MHz
 - LED blink with speed depending on potentiometer position
   - Sys Timer is used in interrupt mode
 - character LCD display shows init message and bargraph 
   depending on potentiometer position
 - AD value is output onto serial port USART1 
   USART1 settings: 115200 baud, 8 data bits, no parity, 1 stop bit
 - AD is used with DMA
   AD settings: 12 bit resolution
 
The Blinky program is available in different targets:
  Simulator:      configured for software Simulator
  STM32 Flash:    runs from Internal Flash located on chip
                  (used for production or target debugging)
  STM32 RAM:      runs from Internal RAM located on chip
                  (may be used for target debugging) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?