[pyocd] Target type stm32f401retx를 인식 할 수 없다는 에러 발생 시 해결 방법
2022. 10. 12. 20:41ㆍ프로젝트 로그/테스트x솔루션 JIG 개발기
반응형
문제 발생
pyocd를 이용하여 Target MCU에 Flash Write를 수행 하는 중, 아래와 같은 에러가 발생 하였다.
Exception : Target type stm32f401retx not recognized. Use 'pyocd list --targets' to see currently available target types. See <https://pyocd.io/docs/target_support.html> for how to install additional target support.
해결 방법
아래 명령 수행하여 pyocd package를 설치 한다.
pyocd pack install stm32f401retx
반응형
'프로젝트 로그 > 테스트x솔루션 JIG 개발기' 카테고리의 다른 글
[AWS Lambda] Python Package 설치 (0) | 2022.10.27 |
---|---|
[RaspberryPi]RaspberryPi4 eMMC로 OS Image 올리기 (0) | 2022.10.13 |
[pyocd] 라즈베리파이에서 ST-LINK 장치 인식 하기 (0) | 2022.09.29 |
[Linux] udev rules (0) | 2022.09.29 |
[Python] pyocd import error. (cannot load library, _native__lib.cp38-win32.pyd': error 0xc1 (0) | 2022.09.27 |