20210618-中信证券-电子行业半导体板块MCU芯片专题:关注MCU芯片缺货下的国产厂商机遇.pdf
2021-06-19 19:03:07 790KB 行业
三个基于WebRTC开源MCU框架的横向对比
2021-06-17 18:10:08 392KB 三个基于WebRTC开源MCU框
1
松翰SONiX 8051 MCU 开发指导,包括工程创建,调试仿真教程文档,可以帮助对松翰8051系列单片机快速入门开发调试。
2021-06-17 17:32:07 2.45MB 松翰单片机 8051 开发指导 工程创建
1
本文设计了以STM32 为控制核心,AD620和OP07为模拟前端的心电采集仪,本设计简单实用,噪声干扰得到了有效抑制。
2021-06-16 17:43:04 246KB 信号采集 放大电路 MCU 文章
1
hc32 J-FLASH下载算法(华大MCU)
2021-06-16 09:03:07 115KB j-flash MCU hc32F4
1
Vital capacity 51 MCU.docx肺活量51
2021-06-15 18:03:25 12KB Vitalcapacity5
1
带有触摸键驱动的义隆单片机,eKT5211。 在控制面板上可以节省触摸IC。 135 9015 2895
2021-06-15 16:51:14 2.87MB 触摸IC MCU eKT5211 义隆
1
GD产品通过串口进行程序下载
2021-06-13 13:02:04 1.25MB GD32 GD-MCU-ISP上位机 GD-MCU-ISP
1
GD32F103ZET6开发板PDF原理图+硬件用户手册+软件Demo源码资料,01_Running_LED 02_SysTick_LED 03_USART1_Print 04_USART2_Print 05_I2C_EEPROM 06_SPI_SPI-Flash 07_RTC_Clock 08_EXMC_NandFlash 09_EXMC_TouchScreen 10_ADC_DMA 11_DAC Output Voltage Value 12_SDIO_SDCardTest 13_I2S_Audio Player 14_USB_Custom_HID #include "gd32f10x.h" #include #include "systick.h" /* Private function prototypes -----------------------------------------------*/ void LED_config(void); void Turn_On_LED(uint8_t LED_NUM); /* Private variables ---------------------------------------------------------*/ uint8_t count=0; /* Private functions ---------------------------------------------------------*/ /** * @brief Configure the GPIO ports. * @param None * @retval None */ void LED_config(void) { GPIO_InitPara GPIO_InitStructure; /* Enable GPIOF clock */ RCC_APB2PeriphClock_Enable(RCC_APB2PERIPH_GPIOF, ENABLE); GPIO_InitStructure.GPIO_Pin = GPIO_PIN_0 |GPIO_PIN_1 |GPIO_PIN_2 |GPIO_PIN_3; GPIO_InitStructure.GPIO_Speed = GPIO_SPEED_50MHZ; GPIO_InitStructure.GPIO_Mode = GPIO_MODE_OUT_PP; GPIO_Init(GPIOF,&GPIO_InitStructure); GPIO_ResetBits(GPIOF, GPIO_PIN_0 |GPIO_PIN_1 |GPIO_PIN_2 |GPIO_PIN_3); } /** * @brief Light the LEDs. * @param LED_NUM:LEDx where x can be 2..5. * @retval None */ void Turn_On_LED(uint8_t LED_NUM) { switch(LED_NUM) { /* Light the LED2 */ case 0: GPIO_SetBits(GPIOF,GPIO_PIN_0); break; /* Light the LED3 */ case 1: GPIO_SetBits(GPIOF,GPIO_PIN_1); break; /* Light the LED4 */ case 2: GPIO_SetBits(GPIOF,
瑞萨RA系列MCU开发经验总结
2021-06-10 09:02:55 596KB Renesas 瑞萨 MCU RA