atharvanan1 / aesd_m4_app

This repository holds source code for application which will run on ARM Cortex M4 core on STM32MP1 MPU as part of Advanced Embedded Software Development project
Other
0 stars 0 forks source link

ARM Cortex M4 - Add ADC measurement #2

Closed atharvanan1 closed 4 years ago

atharvanan1 commented 4 years ago

Add ability to measure ADC values and send them over to Linux through IPCC peripheral.

DoD: Successful communication of ADC values between Linux running on ARM Cortex A7 and application running on ARM Cortex M4

Blocker: #1 | Yocto Build | ARM Cortex M4 Application Interfacing

atharvanan1 commented 4 years ago

Since, I didn't figure out a way to add CubeIDE based projects. I am going to try adding SW4STM32 based projects. Issue is that the way filesystem works while compilation with in-built makefile required a specific format of filesystem.

atharvanan1 commented 4 years ago

I am still exploring this issue. The content is quite complicated. However, for the purpose of Sprint 3 and the project, I am closing this off. I will add information on this issue in the Board Support Package over time after the Project ends.