ghaytweyhtoo

STC8A8K64S4A12 LQFP64 development board

 
Overview

STC8A8K64 LQFP64 The difference between the integrated serial port minimum system using typec interface and other minimum systems

  • Reverse connection protection
  • Integrated serial port without compromise
  • Using typeC interface for power supply and programming, supports forward and reverse insertion   (Don’t use mini, micro, typeb if it’s 0202)
  • Ultra-low cost implementation of two-way DAC
  • External 431 reference, supports jumper switch to 2.5V or 3.3V reference
  • Onboard GND VCC SCL SDA interface OLED plug and play
  • Using 3225 package 32MHz high-speed crystal oscillator, taking into account both size and cost.(8M is too expensive)
  • TX RX independent indicator light.
  • There are 3 LEDs and two buttons on the board, and KEY1 is connected to an external interrupt.
  • One-click power-on of the entire board
  • Self-created TI style library function support (currently the writing of clock configuration GPIO serial port has been completed)
  • 32MHz current is less than 15ma

The board has been verified and the bugs in the first version have been fixed.

B station column link         https://www.bilibili.com/read/cv5697462 video introduction link        https://www.bilibili.com/video/BV15C4y1x7rL/ There is no washing water at home, it looks dirty

style reference

int main()
{
    SysClockSet(SYSCTL_OSC_EXT|SYSCTL_SYSDIV_1);
    GPIOConfigSet(GPIO_PORT0_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT1_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT2_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT3_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT4_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT5_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT6_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    GPIOConfigSet(GPIO_PORT7_BASE,GPIO_PIN_ALL,GPIO_PIN_TYPE_OUT_OD,true);
    while(1)
    {
        DelayMs(1000);
        P0=0x00;
        P1=0x00;
        P2=0x00;
        P3=0x00;
        P4=0x00;
        P5=0x00;
        P6=0x00;
        P7=0x00;
        DelayMs(1000);
        P0=0xff;
        P1=0xff;
        P2=0xff;
        P3=0xff;
        P4=0xff; 
        P5=0xff;
        P6=0xff;
        P7=0xff;
    }
}

IMG_20200420_112951.jpgIMG_20200420_112951.jpg

参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2025-06-23 08:49:08

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号