OpenLightingProject / ja-rule

Ja Rule is the code behind OLE, an Open Source DMX/RDM framework for PIC32 microcontrollers
https://www.openlighting.org/ole/
46 stars 17 forks source link

Initial checkin of the flash code. #253

Open nomis52 opened 8 years ago

nomis52 commented 8 years ago

This writes the first two bytes to flash. I can't yet get the hardware based end-of-write detection working.

nomis52 commented 8 years ago

I found the problem. You need to drive CE low after the AAI instruction. I need to think about how this will interact with us multiplexing the pixel control over the same SPI port.