본문 바로가기

프로그래밍/STM32F Tutorial3

STM32에서 Flashloader 활용 Uart로 bin 파일 다운로드 참조 1) http://stm32f4-discovery.net/2014/09/program-stm32f4-with-uart/ Program STM32F4 with UART - STM32F4 Discovery STM32F4 devices have great feature. They can be programed with only USB to UART converter. Each device has bootloader inside, which supports UART programming. This is not very great method for Discovery boards, because they have better and faster solution stm32f4-discovery.net 2) 칩.. 2016. 6. 11.
STM32F4 Discovery 보드 구하기 ST Micro에서 STM32F4 칩을 이용한 보드 아래 링크에서 처럼 는 다양하게 존재한다. http://www.st.com/web/catalog/tools/FM116/SC959/SS1532 아래는 각 보드별 설명이다. ST's tools for evaluation of the STM32, range from highly affordable community enabled tools up to fully equipped boards, ready for evaluation of every single feature of the selected MCU. All ST evaluation boards include an ST-LINK/V2 in-circuit debugger/programmer. STM32 N.. 2015. 1. 10.
STM32F4를 위한 무료 개발 환경 구축하기 ARM사의 Cortex-M 시리즈는 M0,M0+,M3,M4, M7 코어가 있으며, 이 Cortex-M 기반의 칩들이 각 칩 회사에서 많이 나와 있다.ST Micro의 경우는 STM32F0, F1, F3, F4 등의 시리즈가 있다.이제 Cortex-M4를 이용하여 개발하는 방법에 대해서 설명한다. M3에 비하여 M4의 큰 특징은 DSP기능이 들어있어서 연산을 더 빨리할 수 있다는 것이다. 또한 M4의 경우 FPU 기능을 갖고 있는 MCU도 있어서, 빠른 실시간 연산이 필요한 Application에 활용하면 좋다.코드 사이즈가 32Kbyte 이하의 경우는 대부분의 상용 컴파일러를 무료로 이용할 수 있다. 하지만, 코드 사이즈가 32Kbyte 이상인 경우는 상용 컴파일러를 구매해야 된다. 상용 컴파일러는 디버.. 2015. 1. 10.