You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello. I am new to ARM programming. I have started with This example on Teensy 3.2 . I am a windows user So i made a .bat file out of your provided Make file. I have got the LED blinking with my .bat file using Gcc .
I then moved to PIT configuration. but i could not get it working using interrupts. This is the simple configuration of PIT0 with interrupt
This is my main file ,configuration file to enable interrupt and build file for compiling and linking
s
.
i am stuck at this point. looking forward to hearing from you
The text was updated successfully, but these errors were encountered:
I have got PIT working with interrupt by using arm_cm4.h header file and its source file that contains the functions enable_irq () and disable_irq for a particular interrupt
Now i want to configure a Uart receiver .
So far i have been able to do this
But its not working . Can you help me find the mistake?
hello. I am new to ARM programming. I have started with This example on Teensy 3.2 . I am a windows user So i made a .bat file out of your provided Make file. I have got the LED blinking with my .bat file using Gcc .
I then moved to PIT configuration. but i could not get it working using interrupts. This is the simple configuration of PIT0 with interrupt
This is my main file ,configuration file to enable interrupt and build file for compiling and linking
s
.
i am stuck at this point. looking forward to hearing from you
The text was updated successfully, but these errors were encountered: