UART 썸네일형 리스트형 코텀 CoTerm: Serial RS232 COM, TCP, UDP 통신 Terminal 프로그램 CoTerm 은 Serial, TCP, UDP 통신 프로그램 입니다 CoTerm is a serial, TCP, UDP communication program Version 241115 1. 송신 패킷을 문자(Char)와 Hex 를 동시에 편집하여 보낼 수 있읍니다. 1. You can edit and send Char and Hex data packet at the same time. 2. 자주 쓰는 거는 매크로 파일에 저장하여 꺼내 보낼 수 있읍니다. 2. Frequently used things can be saved in a macro file and taken out and sent. - 파일당 99개 그룹과 - 그룹당 99개 메크로를 만들어 쓸 수 있읍니다 You can Make i.. 더보기 Nuvoton printf debug uart 변경 nuvoton 에서 printf 를 하면 보통 uart0 로 나온다. 이를 uart1 이나 다른거로 바꾸고 싶으면. 문자열 "debug" 를 찾든 DEBUG_PORT" 를 찾든 하면 보통 "retarget.c" 안에 #define DEBUG_PORT UART0 라 되어 있다 여기 UART0 를 UART1 로 바꾸든 하면 된다. 더보기 [CubeIDE] stm32 Uart 살리기 LoopBack, sample source 이전 [CubeIDE] stm32 프로젝트 만들기 https://bahk33.tistory.com/45 New => STM32 Project - Target Selection 에서 MCU/MPU Selector 탭에서 Part Number 에 CubeIDE 를 " data-og-host="bahk33.tistory.com" data-og-source-url="https://bahk33.tistory.com/45" data-og-url="https://bahk33.tistory.com/45" data-og-image="https://scrap.kakaocdn.net/dn/biIwzr/hyTixKAb0v/jla7gOw8wRdVBeTYVswLMk/img.png?width=800&height=592&face=.. 더보기 STM32 UART로 FW 다운로드 0. STM32 칩중에는 프로그램을 UART로 다운로드할 수 있는 기능이 있는 칩이 있다 Cpu Chip에 Boot0, Boot1 PIN 있으면 아마 되려나, 어째든 하려면 Boot0, Boot1 PIN 이 없으면 안된다http://www.st.com/content/ccc/resource/technical/document/application_note/51/5f/03/1e/bd/9b/45/be/CD00264342.pdf/files/CD00264342.pdf/jcr:content/translations/en.CD00264342.pdf =========================================1. Download 프로그램: STM32 Flash loader demonstratorhttp.. 더보기 CubeIDE STM32 UART 수신 interrupt 처리 및 에러 처리, example source CubeIDE 에서 STM32 Uart 통신 관련 주요 부분.. main.c===========================================void MyTaskInit(){ Serial_Init();}void MyTask(){ Serial_get1(); // 처리 함수 Serial_get6();}int main(void){ /* Reset of all peripherals, Initializes the Flash interface and the Systick. */ HAL_Init(); /* Configure the system clock */ SystemClock_Config(); /* Initialize all configured peripherals */ MX_.. 더보기 이전 1 다음