Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years 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:
2 Answers
5 years 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
5 years 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 13 Nov 2019