This content has been marked as final.
Show 3 replies
-
1. Re: Dynamic reconfigure of UART TX lines to GPIO and back to default UART line in 32bit GPIF connections
abhinavg_21Jul 16, 2018 12:40 PM (in response to esra_2282511)
Hi,
You can try to configure the GPIO matrix again, please note that this time you have to make changes in the GPIO configuration.
-
2. Re: Dynamic reconfigure of UART TX lines to GPIO and back to default UART line in 32bit GPIF connections
esra_2282511 Jul 17, 2018 10:19 PM (in response to abhinavg_21)hi abga,
Thanks for the reply. If we configure the IOMatrix while the firmware is in active, then we need to reset our device, right?. Because only once we can configure the IOmatrix.
-
3. Re: Dynamic reconfigure of UART TX lines to GPIO and back to default UART line in 32bit GPIF connections
esra_2282511 Jul 18, 2018 7:19 AM (in response to esra_2282511)Hi all,
I got the answer. Initially I have configured the GPIO[55] and after I completed my work, I have disabled this GPIO to get back the UART functionality by using CyFx3DevIOSelectGpio(55, CyFalse, CyFalse) function. Now it works fine.
Thanks abhinavg_21 for your reply.
Thanks,
Esakki