RE: Playing Sound with S3
Thanks Karol for all these informations.So my last concern is to know if i can use 1MB flash to store Software and sound.Even without codec, if i use low Rate, let say 22KHz, with 16 bits, this should...
View ArticleRE: Playing Sound with S3
If you are really concerned about the amount of memory needed to store the samples, try lower sample rates on your real system. I have devices playing sounds at rates as low as 11 kHz because with...
View ArticleRE: Playing Sound with S3
Hello Pascal,Standard "const" is placed inside text section by default, and our linker programs this section into the code flash. You can append BSP_PLACE_IN_SECTION(".qspi_flash") after symbol name...
View ArticlePlaying Sound with S3
Hello,An incoming project requires to be able to play several short sounds (< 2s) on a small speaker.I was thinking to use a S3 for this project, but never played with sound output.Here is some...
View ArticleRE: How to configure three-phase PWM output for motor control
Mario,Currently the SSP Timer Driver does not support OPS mode, so you have to write the code yourself at the register level.However, still use the Synergy Configuration tool in E2Studio to create a...
View ArticleHow to configure three-phase PWM output for motor control
Hello,I want to use a brushless DC Motor with S7 and three-phase PWM output motor control. Does anybody have an example Code on how to configure the Driver in e2Studio.I enable...
View ArticleRE: UART for PE_HMI1
isaenz, Could you put your final test code here so others can use quickly.ThanksTodd
View ArticleRE: UART for PE_HMI1
isaenz, Could you put your final test code here so others can use quickly.ThanksTodd
View ArticleRE: UART for PE_HMI1
isaenz, Could you put your final test code here so others can use quickly.ThanksTodd
View ArticleUART for PE_HMI1
Hello,I'm working with a PE-HMI1 board and I'm trying to get UART working. I want to use rs232 connection between the board and my pc.I have the following configuration:- RTOS: ThreadX- One thread with...
View ArticleRE: UART for PE_HMI1
Sure,Configuration:- RTOS: ThreadX- One thread with sf_uart_comms framework (channel 5, asynchronous mode enabled, RXI TXI TEI and ERI with priority 6)- Pins: - P510: Peripheral mode, None, Medium,...
View ArticleRE: UART for PE_HMI1
Sure,Configuration:- RTOS: ThreadX- One thread with sf_uart_comms framework (channel 5, asynchronous mode enabled, RXI TXI TEI and ERI with priority 6)- Pins: - P510: Peripheral mode, None, Medium,...
View ArticleRE: fx_file_open fails to open file
Hi,is there any sample program that read/write files more than one time on the onboard eMMC? I start to think there must be a bug in the libraries. I successfully write a record on a newly created...
View ArticleRE: fx_file_open fails to open file
Hi,is there any sample program that read/write files more than one time on the onboard eMMC? I start to think there must be a bug in the libraries. I successfully write a record on a newly created...
View ArticleRE: Playing Sound with S3
Thank you very much Karol and Elecsan, seems really doable with your input.Pascal
View ArticleRE: fx_file_open fails to open file
Hello Laser,I created a simple example that writes to the media every 5 seconds: (Please visit the site to view this file)After running the application for less than a minute, this is what the output...
View ArticleRE: How to configure three-phase PWM output for motor control
Hello Richard,GREAT! This was very helpful und exacty what I'm looking for, thank you very much.
View ArticleRE: How to configure three-phase PWM output for motor control
Hello Richard,GREAT! This was very helpful und exacty what I'm looking for, thank you very much.
View ArticleRE: How to configure three-phase PWM output for motor control
Hello Richard,GREAT! This was very helpful und exacty what I'm looking for, thank you very much.
View ArticleRE: GUIX template windows
I solved this issue by having one generic event handler do deal with the template events, which is called in case default of every screen.
View Article