Skip to content

I2S on STM32F401 #2329

Closed Answered by cparata
0x0fe asked this question in Q&A
Apr 4, 2024 · 5 comments · 12 replies
Discussion options

You must be logged in to vote

Hello @0x0fe ,
I meant the implementation of the pdm2pcm API. If you give a look at the LuT_Filter function, it takes as input an array of uint8_t. That's the reason why the first parameter is an array of uint8_t. Indeed, you can give a look at this example based on that library. In this example the input buffer is defined as an array of uint16_t and then it is casted to uint8_t pointer as you mentioned. You can take it as reference.
Best Regards,
Carlo

Replies: 5 comments 12 replies

Comment options

@0x0fe
Comment options

@0x0fe
Comment options

@fpistm
Comment options

@0x0fe
Comment options

@fpistm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fpistm
Comment options

Comment options

You must be logged in to vote
5 replies
@0x0fe
Comment options

@cparata
Comment options

@0x0fe
Comment options

@cparata
Comment options

Answer selected by 0x0fe
@0x0fe
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2328 on April 04, 2024 08:45.