2024-09-18 09:51 PM
Solved! Go to Solution.
2024-09-23 04:08 AM
yes
2024-09-23 04:24 AM
I am not sure how to help you as I don't know what you want to do exactly, also it doesn't seems to be related to TouchGFX.
But I found some videos that could help you:
Regards,
2024-09-30 07:33 AM
Hello @Sharan ,
Were you able to move forward on your issue?
Regards,
2024-10-02 10:25 PM
hi i am working on stm32mp157d-dk1 now so now i will be generating sine wave using the mpu instead of microcontroller and can we access the adc and dac using arm cortex a7 and if possible how to do it?
2024-10-03 04:14 AM
Hello @Sharan ,
There are many ways to generate a sin wave.
You could loop through a lookup table to periodically update the value of your DAC.
You could use the math.h library to use a sin wave in TouchGFX.
Etc.
If you have another question related to TouchGFX, don't hesitate to ask it! :smiling_face_with_smiling_eyes:
Regards,
2024-10-03 04:45 AM