4 years, 4 months ago.

DISCO-F769NI_AUDIO_demo cannot get analog mic input to work

So, there is a repository https://github.com/ProjectsByJRP/audio_pass-through with working loopback. However I cannot port this code to mbed in any way. Seems, that mbed is taking over needed interrupts. Is it only possible to make it work in eclipse environment?

Question relating to:

ST
A world leader in providing the semiconductor solutions that make a positive contribution to people’s lives, both today and in the future.

2 Answers

4 years, 4 months ago.

Hi Michal,

In general if the project is not originally Mbed OS project and it contains low level code like interrupt it will require lot's of manual work to be able to convert Mbed OS project. Unfortunately there is now short cuts for this.

Regards, Pekka

I am completely aware of that. However board definition in official ST tools is completely wrong, so I was looking for "quick and easy" way to test the solution. Finally gave up and wrote all the needed code on LL.

posted by Michal Wisniewski 09 Nov 2019
4 years, 4 months ago.

Hi

board definition in official ST tools is completely wrong

Could you add more details ?

wrote all the needed code on LL

Same question

Thx

STM32CubeMX and STM32CubeIDE both have .ioc definition with improperly defined pins. I haven't checked the clocks nor other necessary info. However, there is simple project template for AC6 that works with BSP (fast way, but not for my application), HAL or LL code. Anyways, you will lose CubeMX functionalities, so things like IP initialisation and clock config have to be done manually.

posted by Michal Wisniewski 13 Nov 2019