Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

None: tiva c lunchpad (cortex m4) (1 Replies)

$
0
0
hello i am trying to make a simple program . i want to make edge interrupt with pin PF4 in the tive-c launchpad (cortex m4) and when i press that button the led blinks . thats all but i am facing problems i dont know whats wrong but the program is not working as expected #include "C:\Keil\ARM\INC\TI\TM4C123\TM4C123GH6PM.h" void delayMs(int n); int main(void) { SYSCTL->RCGCGPIO |= 0x20; /* enable clock to PORTF */ /* PORTF0 has special function, n

Viewing all articles
Browse latest Browse all 3049

Trending Articles