stm32bl
1.0.0
STM32 MCU 직렬 펌웨어 로더.
아마도 모든 STM32XXXX 문제를보고하십시오
테스트 연결 stm32loader -p /dev/tty.SLAB_USBtoUART
플래시 메모리의 덤프 콘텐츠 stm32loader -p /dev/tty.SLAB_USBtoUART -d
플래시 메모리 컨텐츠 저장 stm32loader -p /dev/tty.SLAB_USBtoUART -r file.bin
선택한 주소에서 플래시에 쓰레기통 쓰기 stm32loader -p /dev/tty.SLAB_USBtoUART -a 0x08003000 -w file.bin
Mass Erase, bin 파일을 플래시로 작성하고 응용 프로그램 stm32loader -p /dev/tty.SLAB_USBtoUART -m -w file.bin -f -x
stm32loader -h 도와주세요