Hi ,
I went through certain examples of SDK project with RTOS.
I also may need the environment for development of a file system for storage of data in flash using SPI which interfaces with MPc5777c
and may require to do a tftp client implementation. As per my understanding these modules shall require SDK environment with RTOS.
I had previously manually configured registers using manual coding used interfaces like UART polling and CAN etc also by the same.
but when i use it with SDK environment.
1.can i reuse this part of the code which I had already developed in a non RTOS environment.
2.If its not possible how can processor expert tool be used to do the clock ,pin and peripheral initialisations and used to communicate.
3.if we use processor expert tool is it possible to change a pin configuration at runtime. say i need a pin initially as uart TX and in between can i change it on an interrupt by application to a normal GPIO read/write and then back to Uart TX. I know this is possible manually when we write but can this be achieved even when we use processor expert tool for initialisations of clock,pins and peripherals.
Thanks in Advance,
Vignesh