parallel processing using ili9488 display and microcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-18 9:51 PM
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-19 12:59 AM
Hello,
@Sharan wrote:
i have created a user interface using touchgfx when i go to the second page sine wave has to be generated and parallelly display has to work
This statement is not clear. Could you please give more details about your issue, request?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-19 1:08 AM
i have purchased the STM32MP157D-DK1 mpu and i have ili9488 display can i do parallel processing, that is display has to work and parallelly signal generation has to happen or is it possible using microcontroller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 12:23 AM
Hello @Sharan ,
- You can indeed create a GUI design using TouchGFX
- You an control a display with ili9488 driver, you will have to follow this guide : board-introduction
- You can generate a sine wave (either from hardware or software), then you can send it to your GUI using the MVP design : model-view-presenter-design-pattern
I hope this helps! :smiling_face_with_smiling_eyes:
If this comment or another one answers your questions, I invite you to select that comment as "best answer".
Regards,
Software engineer at ST (TouchGFX)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-20 12:38 AM
using mvp model i was able to generate sine wave but i required 10k i only got 3k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-23 1:13 AM
What do you mean by "10k" and "3k"?
You need 10 000 sine wave at the same time?
Software engineer at ST (TouchGFX)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-23 3:46 AM
the frequency of sine wave is 10,000hz which means 10000 sine waves per second
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-23 3:51 AM - edited ‎2024-09-23 3:51 AM
@Sharan wrote:
the frequency of sine wave is 10,000hz which means 10000 sine waves per second
You mean 10000 samples of the sine wave per second.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-23 3:54 AM
i need 20 to 30 samples per sine wave and 10000 sine waves per second that is 200 to 300 k samples per second
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-23 4:04 AM
@Sharan wrote:10000 sine waves per second
Do you mean you want to generate a 10kHz sine wave?
A complex system designed from scratch never works and cannot be patched up to make it work.
