LV2 Firmware Core: What the hell do you do?
- Your code should be in c:\lv2core: Your code for your CAN node (your "application" as we call it) must at least contain these files that YOU modify:
- main.c
- init_int.h
- All of your modules (demo.c and demo.h are examples included in the "core")
- The core firmware (what you don't modify) is all in c:\lv2core\core. Don't touch it. If you need to touch it, talk to Andrew. If you do touch it and don't tell me, I'll whap your head off.
- The #define "CORE_VERSION" is meant to warn you if the core changes substantially. BE SURE TO KEEP the line in the demo main.c that throws an error if the core version changes.