I am migrating my app to use the Audio player 1.20b demo as its basis. I need to add a UART on channel 3.
When I add Framework->Connectivity->Communications Framework on sf_uart_comms, a different set of "blocks is inserted" (comparing to before). Notably missing is the blue "SCI common", as also seen in http://renesasrulz.com/synergy/b/weblog/posts/hello-world-using-the-uart-application-framework
I noticed the USB thread is also completely different, so I guess SSP1.20b is being used underneath (I have no idea how that is configured).
Nevertheless, my top 2 layers are in red and the UART callback function is locked (it wasn't before). If I configure the options as before, the red stays.
So ??? what happened here? How to configure the UART?