2024-09-18 09:03 PM - last edited on 2024-09-19 12:16 AM by SofLit
STM32F746G - will this MCU support for tone generation using PCM-PWM and PCM-TDM. Where i can get the refernece manual for this mcu.
Solved! Go to Solution.
2024-09-19 12:48 AM - edited 2024-09-19 01:47 AM
Hello @AMS12345 ,
According to the reference manual, these are the Audio format supported by SAI interface in STM32F746:
2024-09-18 09:06 PM
Hello @AMS12345 and welcome to the ST Community :smiling_face_with_smiling_eyes:.
The reference manual of this MCU is the RM0385.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-09-18 09:21 PM
Thanks for the reply @STTwo-32. Could you able to say that this board is flexible for generating tones for single channel and multiple channel using pwm peripheral, pcm peripheral and TDM peripheral.
2024-09-19 12:48 AM - edited 2024-09-19 01:47 AM
Hello @AMS12345 ,
According to the reference manual, these are the Audio format supported by SAI interface in STM32F746:
2024-09-19 01:48 AM
@SofLit can you suggest me the microcontroller that supports PCM-PWM to generate tones without any audio interfaces like I2S, SAI, DAC or om other. With my frequency need to genearte pcm samples and fed to pwm to generate audio as output.
2024-09-19 01:50 AM
PCM-PWM can be generated by any GP timer having PWM output.
2024-09-19 01:51 AM - edited 2024-09-19 01:52 AM
@SofLit okay. but i couldn't find anything specific. can you suggest few?
2024-09-19 01:54 AM
Any STM32 having TIM2, TIM3, TIM4 and TIM5 for example, there are many.
STM32F407 as example.