keil 썸네일형 리스트형 Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기 본글은 Visual Source Code ( VsCode ) 로 Nuvoton 소스를 build ( compile ), debug 하는 글의 한 부분 입니다. 1. Nuvoton 제공 Sample Code를 Keil 에서 Compile 하기 ( https://bahk33.tistory.com/181 ) : 본글2. gcc 로 nuvoton source 직접 build(compile) 하기 ( https://bahk33.tistory.com/183 ) 3. Visual Source VS Code 로 nuvoton Build(Compile) 하기 ( https://bahk33.tistory.com/185 ) 4. VS Code 로 nuvoton 디버그 하기 .. 더보기 keil source size => 필요 메모리 크기 size Program Size: Code=10608 RO-data=268 RW-data=80 ZI-data=1632 컴파일하면 결과가 이렇게 나오는데 싸이즈 1. ZI Data: Zero Initialized Data 0 으로 초기화 되거나 값이 할당되지 않은 변수 2. RO Data are the constants. Total RAM Size = RW Data + ZI Data Total ROM Size = Code + RO Data + RW Data 3. Some constants (RO data) are generated by the compiler/linker and might also be from libraries. So they will exist regardless that your program.. 더보기 이전 1 다음