milan.rajik
Banned
- Joined
- Apr 1, 2013
- Messages
- 2,524
- Helped
- 540
- Reputation
- 1,078
- Reaction score
- 524
- Trophy points
- 1,393
- Activity points
- 0
Give me IAR EW ARM example for LPC2148 LED blinking.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Code C - [expand] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 int i=8; main() { IO0DIR |= 0x0000FF00; P0.8 to P0.15 as output IO0SET |= 0x0000FF00; P0.8 to P0.15 while(1) { IO0CLR |=(1<<i); Sleep(200); IO0SET |=(1<<i); Sleep(200); } }
Man, you creating few topics per day with the same questions. Last time you crashed one PIC16F877 as I remember. Possible, beter way is to create one common topic like a "teaching Milan how to work with micronontrollers"I am new to IAR Compiler and LPC MCUs but if somebody help me