
Shivasanketh
Members-
Content Count
5 -
Joined
-
Last visited
About Shivasanketh
-
Rank
Noob Class
-
Thanks, It worked but its being imported as .ino file itself and not as a .c file. Could that be solved in any way
-
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.
-
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,
-
@@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
-
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).