mirror of
https://github.com/armfly/H7-TOOL_STM32H7_App.git
synced 2024-08-09 10:05:34 +08:00
f92b5841c3
新增CX32L0系列烧录 统一参数设置方法
17 lines
413 B
C
17 lines
413 B
C
/*
|
|
*********************************************************************************************************
|
|
*
|
|
* 模块名称 : CX32 ISP编程驱动
|
|
* 文件名称 : cx32_isp.h
|
|
*
|
|
*********************************************************************************************************
|
|
*/
|
|
|
|
#ifndef _CX32_ISP_H
|
|
#define _CX32_ISP_H
|
|
|
|
uint8_t CX32_DetectIC(uint32_t *_id);
|
|
void CX32_RemoveSwdLock(void);
|
|
|
|
#endif
|