728x90
ARM Compiler OPTION
컴파일 속도가 늦다면 아래와 같이 Debug Information / Browse Infomation 체크를 해제하세요.
피시와 USB Serial 연결합니다.
https://www.waveshare.com/wiki/OpenH743I-C?spm=a2g12.12057483.0.0.54d074cbwfIveR
Preparation
- Programmer: ST-Link V2
- Programming Inteface: JTAG/SWD
- You should use Serial assistance software to check output if the examples use serial print. OpenH743I-C integrate CP2102 chip on board, you just need to connect USART1 interface to PC by USB cable, and remove the OTG_JMP jumper, hereafter will no longer describe this setting。
- The parameters of serial port should be: (Serial assistant software)
Baud rateData bitStop bitParity bitFlow Ctl
115200 |
8 |
1 |
None |
None |
【Note】You should pres reset button to run the code after programming.
프로그래밍
소스코드에서 printf 함수를 이용하여 디버그합니다.
'임베디드 보드 > STM32' 카테고리의 다른 글
STM32H7 OpenH743I-C DHCP 모드 설정 (0) | 2020.07.17 |
---|---|
STM32 H743I 보드 사용 ETH 사용 with STM32CubeMX (0) | 2020.07.17 |
STM32 H743 LwIP_TCP_Echo_Server (0) | 2020.07.16 |
STM32 H743 1.LwIP_TCP_Echo_Client (0) | 2020.07.16 |
STM32H743 + Fan Motor Control (0) | 2020.07.14 |