2024-10-06 07:08 PM
Please help me everyone.
I'm doing a project about stm32f746ng, they ask me to transmit sound through mems and convert it into waves on a tft screen but I've searched all the documents but still can't find the ioc and sample code. Who can help me? Thank you
2024-10-08 03:10 AM
Hello @trinhhoa03
First let me thank you for posting.
Working with STM32 microcontrollers like the STM32F746NG can be challenging, especially when you are tasked with complex projects like transmitting sound through MEMS and displaying it as waves on a TFT screen.
To get started with your project, you can follow these general steps:
1- First you will likely need to understand the role of the following components:
2- Refer to the STM32F7 reference manual and datasheet for information on the specific pin mappings and peripheral configurations.
STM32F7 Series - PDF Documentation
3- Look for example codes or projects that involve ADC reading on the STM32F7 series. These can serve as a good starting point.
https://www.youtube.com/watch?v=Ex7kLqa0PTk
4- The STM32CubeIDE is a useful tool for STM32 development that provides code generation and project management features.
THX
Ghofrane