Shivasanketh 1 Posted February 27, 2017 Share Posted February 27, 2017 I have to implement 3 DACs on TMS320F28377S c2000 launchpad, but I'm not able to access the DAC pins from the Energia software. Eg: If I want to access pin #19 (P4) I use "P4". In the same way how can I access the DACs on the F28377S. I'm talking about the actual DACs on the F28377S ( NOT the PWM pins). Quote Link to post Share on other sites
bluehash 1,581 Posted February 27, 2017 Share Posted February 27, 2017 I have to implement 3 DACs on TMS320F28377S c2000 launchpad, but I'm not able to access the DAC pins from the Energia software. Eg: If I want to access pin #19 (P4) I use "P4". In the same way how can I access the DACs on the F28377S. I'm talking about the actual DACs on the F28377S ( NOT the PWM pins). @@Shivasanketh, Energia support for C2000 is supported upto version 17. http://energia.nu/pin-maps/guide_c2000launchpad/ I would suggest using the C2000 C linrary and examples to get your DAC running. Shivasanketh 1 Quote Link to post Share on other sites
Shivasanketh 1 Posted March 1, 2017 Author Share Posted March 1, 2017 @@bluehash I'm using Energia 17 to program F28377S launchpad. Can you provide the link for the libraries and the example Codes. Because the Energia website mostly concentrates on Energia 18. As Energia 18 does not support F28377S, there is not much information available on DAC libraries or DAC examples exclusively for F28377S. Thanks and Regards, Shiva Sanketh RM Quote Link to post Share on other sites
Shivasanketh 1 Posted March 4, 2017 Author Share Posted March 4, 2017 Hi, I'm implementing DACs on F28377S launchpad using Energia 17. Can you please provide the link for the DAC libraries or any example Codes for DAC(actual buffered DAC - not PWM). Because the Energia website mostly concentrates on Energia 18. As Energia 18 does not support F28377S, there is not much information available on DAC libraries or DAC examples exclusively for F28377S. Thanks and Regards, Quote Link to post Share on other sites
Shivasanketh 1 Posted March 7, 2017 Author Share Posted March 7, 2017 I have implemented ADC and Serial communication on Energia. I have implemented DAC on CCS(could not implement DAC on Energia). Both are working just fine. Is there any way I can combine both. Rei Vilo 1 Quote Link to post Share on other sites
bluehash 1,581 Posted March 7, 2017 Share Posted March 7, 2017 Good job! You could try: Import Energia sketch to CCSv6 Quote Link to post Share on other sites
Rei Vilo 695 Posted March 7, 2017 Share Posted March 7, 2017 I have implemented ADC and Serial communication on Energia. I have implemented DAC on CCS(could not implement DAC on Energia). Both are working just fine. Is there any way I can combine both. Great! Feel free to share the libraries. Quote Link to post Share on other sites
Shivasanketh 1 Posted March 8, 2017 Author Share Posted March 8, 2017 Thanks, It worked but its being imported as .ino file itself and not as a .c file. Could that be solved in any way 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.