Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL2

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
57:5afd7c1b9acf 2019-11-25 Slord2142 Lut base variables updated default tip
56:6ee4c05ccec8 2019-11-19 Slord2142 First take at fixing the negative/positive complication
55:0f5457bc4094 2019-11-14 Slord2142 RCRD editted
54:660af33fa930 2019-11-14 Slord2142 Unlocked SCL for 48V after 12V was deemed to be working properly
53:004a9674e922 2019-03-14 mfwic Changed slowClk.attach to slowClk.attach_us, also fastClk.
52:2b3b194144da 2019-03-14 mfwic Added ifdef IS_MASTER & IS_SLAVE; Corrected Slave_RXstr; Added call to Slave_RXstr in loop.
51:abe8a392d50b 2019-03-13 Slord2142 Patched new code from Rich
50:db7056081354 2019-03-12 Slord2142 Typo
49:65c714a5def2 2019-03-12 Slord2142 ILR properly interrupts, I2C set up to interrupt (currently unused), and pins now reference the numFast table for when they turn on.
48:8e9de9ff1f22 2019-03-11 Slord2142 Commented out all I2C methods and variables to allow short term operation.
47:d10bf65cb7dc 2019-03-10 Slord2142 Experimental slow/fast clock control method.
46:0de65f1bd714 2019-03-10 mfwic Added slave address statements to globals.h
45:bd8da8d90dbb 2019-03-10 mfwic Added numFast, changed LUT_1.
44:741ee27c8a34 2019-03-09 mfwic Added Master Slave controls.; Added I2C subroutines in boards.cpp.
43:291bbdba48f3 2019-03-09 mfwic Added boards, lut, and command.
42:3ae73b61f657 2019-03-09 mfwic Removed V24, I24, I48.; Commented out en_out and wr_out.; Compiles
41:bd54c88e3334 2019-03-09 Slord2142 Spent half an hour trying to only comment out the necessary revisions. Each comment led to several new comments being required, which required more, etc. So I scrapped it so that I could compile and test it.
40:5e675a9bcb6e 2019-03-08 Slord2142 Typo fix
39:bdd06cbaf9c3 2019-03-08 Slord2142 Ticker and pin designation
38:4755ed3d3b15 2019-03-06 Slord2142 Removed out of date tables
37:1cbd51e24610 2019-11-06 Slord2142 LUTA/LUTB interfacing with RCRD/RTRV
36:849c22bd60b0 2019-10-26 Slord2142 Experimental hex to dec conversion
35:ec224d706f7c 2019-10-22 Slord2142 Comprehensive update
34:419242dc004d 2019-08-22 Slord2142 Fixed RCRD/RTRV error
33:6c7364ea360f 2019-08-22 Slord2142 Newest edition. Many changes since last time
32:05a15c208bfb 2019-03-06 Slord2142 Fixed bracket
31:be17caf56d22 2019-03-06 Slord2142 Fixed several bracketing errors
30:d8721a46ee03 2019-03-06 Slord2142 Removed extraneous comments from all files
29:5763dc881c7f 2019-03-05 Slord2142 getLUT_thermCode had an off by 1 error. Should be fixed
28:0a59b87df09d 2019-03-04 Slord2142 Temporary lut.ccp thermC revision
27:e4ba28c0b8ba 2019-03-04 Slord2142 Experimental getLUT_binCode update
26:55e8e1a9cc84 2019-01-22 mfwic Sent to customer for demo
25:8bcc8bea0e31 2019-01-20 mfwic Added multiple LUTs
24:078f62c8d0ed 2019-01-18 mfwic Changed LUT scale factor to target 3W per chip instead of 2.6W.
23:318f52616b3b 2019-01-15 mfwic Removed debug print on status line.
22:2c37ac12746e 2019-01-15 mfwic Added hysteresis; Changed LUT to use v12*i12 instead of just i12.
21:fe0ea1860c9f 2019-01-11 mfwic v0p9 sent to APS
20:5de24e4ae1c5 2019-01-08 mfwic Corrected BusOut order
19:1f6363b6a9da 2018-12-14 mfwic Shipped to APS. v0p8, LUT v1p1
18:78e982f31c6b 2018-12-14 mfwic Re-calibrated current scale factors.
17:454afe56eedb 2018-12-13 mfwic Removed voltage limit check to stop converter. Now just show voltage levels in status.; LUT v1p1.
16:5791665200cb 2018-12-12 mfwic Added banner and fixed status display to clear old status properly.
15:aed8f326c949 2018-12-11 mfwic Added voltage level checks.
14:e55ae9bb2a81 2018-12-08 mfwic Deleted BUCK and BOOST commands.; Added auto-detect of buck/boost modes by testing the "polarity" of the current signals.
13:f18864dd2706 2018-12-08 mfwic Changed scale of LUT row reference to be one-half ADC_MAX_VALUE
12:fd1fd1857628 2018-12-08 mfwic Added buck/boost modes.
11:01dcfb29fbc4 2018-12-07 mfwic Cleaned up code, reduced global variables, deleted commented out lines and stale sections.
10:6c3233b03658 2018-12-07 mfwic Fixed LUT for row values >= 332. It was due to the code that was meant to convert from decimal to thermometer code. The LUT has the thermometer code in it so no conversion necessar; Added individual voltage correction factors for the 3 input voltages.
9:816b9a4e4f21 2018-12-07 mfwic Added 1024 entry LUT.; Has bug if my12 > 21247
8:d3d7dca419b3 2018-12-06 mfwic Added CAL and UNCAL commands.; Added correction factors for voltage and current inputs.
7:860b3a8275cb 2018-12-05 mfwic Added power efficiency calcs.; Changed color of text sent to terminal.; Fixed loop timer.
6:39442d493098 2018-12-03 mfwic Added data line with periodic refresh.; Added MY12 menu function.; Fixed menu functions MULT, BRDS, MY12 so that commandData is properly assigned, LUT is used, and settings displayed.
5:09be5bbb5020 2018-12-01 mfwic Modified parseCommand to take commands with data assignment.; e.g. MULT=1 is parsed into commandString is MULT, commandData is 1.
4:db38665c3727 2018-11-29 mfwic Added lut.h and lut.c, still work in progress but it compiles.
3:d8948c5b2951 2018-11-27 mfwic Menu works
2:46faae84b8b0 2018-11-25 mfwic Added call to menuRedraw() in main.cpp
1:9f8583ba2431 2018-11-25 mfwic Code compiles after major surgery.
0:44a3005d4f20 2018-11-24 mfwic 1st commit after starting minor edits from base code. Major sections will be deleted in this version.