2022-06-29 09:29 PM
Solved! Go to Solution.
2022-06-30 12:51 AM
Hello Ain ,
you can use the test application
SPC574Sxx_RLA SERIAL Test Application
The led blick is the main.c
Best Regards
Erwan
2022-06-30 12:51 AM
Hello Ain ,
you can use the test application
SPC574Sxx_RLA SERIAL Test Application
The led blick is the main.c
Best Regards
Erwan
2022-06-30 01:01 AM
Hello Irwan,
is it this one ? i got confused with the others RLA Test Application
2022-06-30 01:03 AM
You got it ;)
Led is blinking (toogle function) after sending Hello World on UART.
Best Regards
Erwan
2022-06-30 01:08 AM
okay, but if i want to use the push button to trigger the LED instead of sending Hello World on UART, so which part of the code can i refer/ modified for the push button? I do not understand how write pin declaration for push button on the c code?