Severson-Group / AMDC-Firmware

Embedded system code (C and Verilog) which runs the AMDC Hardware
http://docs.amdc.dev/firmware
BSD 3-Clause "New" or "Revised" License
30 stars 5 forks source link

Dual-Core Inter-Core Communication in FreeRTOS #347

Open codecubepi opened 7 months ago

codecubepi commented 7 months ago

Demo Functionality:

Resources:

codecubepi commented 2 months ago

Update 16 April 2024:

I've been continuing to try and figure out why bringing my dual-core interrupt code from my test project into the AMDC codebase causes the dual-core-ness of the interrupts to break.

Nuclear strategy going forward is to bring the most offending code over from the AMDC codebase to the example project until I find the piece that breaks the example project.

See #363 for working dual-core interrupt project