Hello,
I'm incredibly frustrated by the renesas synergy platform as a whole so far. It seems that everything intuitive about embedded programming was obfuscated behind 3 different GUI dialog boxes without any documentation or guidance, and has gotten in my way more than helped me.
Thus I have the following questions:
What are SCLx pins? Why are these even specified when there are definitions for i/o interfaces? Are these the respective "channels" that are specified by communication drivers/frameworks?
How can I initialize and print to the the new haven display? To begin I just need it to display text. Is the expectation to hack apart the smart chef demo app?
It seems to get UART working I needed to import the .pack file from the smart chef demo app (for god knows what reason may I add), what IS this .pack file?
Is there any way I can see documentation for the API's/Frameworks/Wrappers somewhere other than the IDE? If the compiler throws a warning or an error, mousing over that function highlights the error, which is of no use to me, I need to see what the function expects, and what it returns, not a warning I already saw thrown by the compiler
Lastly, it seems like the OSx / Linux IDE has "been in development" for awhile. Any news of this? How about a beta?