paulfer 0 Posted December 26, 2017 Share Posted December 26, 2017 Hi Guys Your drawing/jpeg link on page http://energia.nu/pin-maps/guide_cc3200launchpad/ is broken. can someone pls point out the pin numbering for the cc3200 launchpad for me with regards to digitalRead() ? I found this diagram in the cc3200 hardware document. Would one then just use digitalRead(57) for pin P3-3? Secondly, does anyone know what registers to read if you want to read all the bits at once? For example in the arduino you could just read PORTD ? What are the registers for the cc3200 on the launchpad? Many thanks Paul Quote Link to post Share on other sites
Rei Vilo 695 Posted December 26, 2017 Share Posted December 26, 2017 For the pins map, see https://embeddedcomputing.weebly.com/launchpad-cc3200-wifi.html With Energia, use pin numbers instead of port.bit names. The latter aren't supported. paulfer and bluehash 1 1 Quote Link to post Share on other sites
paulfer 0 Posted December 27, 2017 Author Share Posted December 27, 2017 Oh Wonderful thanks Rei Vilo! Much appreciated! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.