This commit is contained in:
rusefillc 2022-01-07 19:26:29 -05:00
parent 9bb315c8a0
commit 35dece3375
2 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1,6 @@
# MC33816 Default Project
Completely default project as generated by MC33816 Dev Studio conveniently comes with default source code.
Source code here is different from but is heavily inspired by MC33816 example as conveniently comes with MC33816 Dev Studio.
* Hit 'Build' button in MC33816 Developer Studio to get assembly stuff in 'build' folder
* TODO what happens next? how do we get from 'build' folder to mc33816_data.c file?

View File

@ -1,5 +1,9 @@
/**
* see mc33816/rusefi/readme.md
*/
typedef enum {
// see dram1.def values
Iboost = 0,
Ipeak = 1,
Ihold = 2,
@ -8,6 +12,7 @@ typedef enum {
Tbypass = 5,
Thold_off = 6,
Thold_tot = 7,
// see dram2.def values, base 64 for channel 2
Vboost_high = 64,
Vboost_low = 65,
Isense4_high = 66,