I have written a Custom (SPI Based) driver by configuring SCI-7 pins viz. PA02(MOSI),PA03(MISO), PA04(SCLK),PA05(CS) as GPIO's. However what i observe is pins PA02 & PA03 does not toggle by gpio write/read API's, it is drwan to 3.3v constantly.
There is no problem with the other two pins. I checked the synergy generated files and all the pins seems to be configured as GPIO op/ip properly still why this must be happening?
Changing to BSP 1.7.8 Did solve the problem. Thankyou.
Thanks Heman for confirming and telling us how the issue was solved. Have a nice day!
JBRenesasRulz Forum Moderator
https://renesasrulz.com/https://academy.renesas.com/https://en-us.knowledgebase.renesas.com/
Dear jeremy,
Changing the ssp version to 1.7.8 did solve the problem. But now i am facing a differenrt problem due to the change. The buttons clicks seems to be msibehaving as in when clicked it is visible they are clicked but sometimes they don't give the touch down event. Why this must be happening?. All gui was working fine with ssp 1.7.0. Also what did you mean by manually setting the pins PA02 & PA03 again to gpio?
Any help jeremy?
Check the touch events being passed in to GUIX, do the co-ordinates look like they are correct for the area of the screen pressed.
I mean by manually setting PA02 and PA03, make a call to the IOPORT API to set the required state of those 2 pins from your user code.