title | author | date |
---|---|---|
index.md |
Wootaik Lee ([email protected]) |
2019-01-30 |
Infineon Aurix를 사용하여 중급 수준의 마이크로콘트롤러 활용 방법을 안내하고자 합니다.
- 중급 수준의 마이크로컨트롤러 개발 환경에 대한 소개
- Infineon AURIX의 중요 서브 시스템에 대한 설명
Software Platform를 분석하면 자연스럽게 Infineon AURIX를 이해할 수 있도록 하고, 마이크로컨트롤러 전공자로서 성장해 나갈 수 있는 첫 걸음이 될 수 있도록 구성하였습니다.
- AurixRacer Source Code
- AurixRacer Documentation
- AurixTutorial Source Code
- AurixTutorial Documentation
- InfineonRacer Source Code
- InfineonRacer Documentation
[NOTE]
- Bluetooth HC06 모듈을 Aurix를 활용하여 설정하는 코드와 설명을 추가하였습니다.
- /src 에 있는 프로젝트들은 다운로드 받으셔서 사용하셔도 됩니다. 사소한 오류는 있을 것으로 예상됩니다만 참고용으로 사용할 수 있을 수준의 코드입니다.
- /docs 와 /references 에 있는 파일들은 인터넷을 사용하여 접근하시기 바랍니다. 수시로 지속적인 변경이 발생할 수 있으므로 다운로드 받지 마시고 browser나 git 을 통해서 접근하시기를 바랍니다.
- ReadTheDocs에서 좀 더 편하게 보실 수 있습니다.
Abbreviations | Descriptions |
---|---|
iLLD | Infineon Low-Level Driver |
BIFACES | Build and Integration Framework for Automotive Controller Embedded Software |
- ShieldBuddy_TC275 또는 ApplicationKit TC237: 조건부 컴파일로 활용 가능
- DC Motor Control Shield with IFX007T 또는 DC Motor Control Kit(Infineon Released)
- HighTec Free TriCore™ Entry Tool Chain V4.9.1.0-infineon-2.0 (later): Compiler & Debugger
- BIFACES_V1_0_2_Win32.exe or BIFACES_V1_0_2_Win64.exe; Build and Integration Framework for Automotive Controller Embedded Software
- BaseProjects_AURIX1G_V1_0_1_7_0.exe; BIFACES Base Template Project
- iLLD_1_0_1_8_0_TC2xx_Drivers_And_Demos_Release.zip; iLLD source and iLLD examples
- AURIX, 마이크로컨트롤러를 심도있게 공부해 보고 싶으시다면 이 부분을 단계별로 학습하시기 바랍니다.
- How to stduy AURIX 부터 Twinkle twinkle little start 까지는 순서대로 보셔야 합니다. 그 이후는 독립적으로 구성되어 있어서 순서에 관계없이 관심있는 챕터를 보시면 됩니다.
- How to study AURIX? MCU 학습 방법 제안
- What is iLLD? PORT
- Do ma a favor? Config, Init, ISR in iLLD
- Twinkle twinkle little star STM
- Multiple infinite loops Static Cyclic Scheduler
- Hello world ASC & Terminal
- My own terminal Shell
- Multi channel voltmeter Vadc Background Scan
- My own cheap oscilloscope Vadc Auto Scan + Serial Plot
- Line Scan Camera TSL1401
- Chronos ruler GtmTomTimer + Beeper, Servo
- Synchronized PWM GtmTomPwmHl + H-Bridge
- Where are you? Gpt12 + Encoder
- TFT as modern Man-Machine Interface(AK_TC23A Only)
- How to use Bluetooth HC06 in Aurix