Mercurial > public > hwos_code
annotate src/adc_lightsensor.asm @ 654:75e90cd0c2c3
hwOS sport 10.77 release
author | heinrichsweikamp |
---|---|
date | Thu, 14 Mar 2024 16:56:46 +0100 |
parents | bc214815deb2 |
children |
rev | line source |
---|---|
0 | 1 ;============================================================================= |
2 ; | |
640 | 3 ; File adc_lightsensor.asm * combined next generation V3.11.1 |
0 | 4 ; |
5 ; | |
654 | 6 ; Copyright (c) 2011, JD Gascuel, heinrichs weikamp gmbh, all right reserved. |
0 | 7 ;============================================================================= |
8 ; HISTORY | |
9 ; 2011-08-08 : [mH] moving from OSTC code | |
10 | |
275 | 11 #include "hwos.inc" |
0 | 12 #include "math.inc" |
13 #include "wait.inc" | |
14 #include "eeprom_rs232.inc" | |
113 | 15 #include "i2c.inc" |
0 | 16 |
582 | 17 |
634 | 18 ;============================================================================= |
623 | 19 adc_light CODE |
582 | 20 ;============================================================================= |
0 | 21 |
634 | 22 |
23 ;----------------------------------------------------------------------------- | |
24 ; Helper Function - wait on ADC to finish conversion | |
25 ; | |
26 ; bank safe | |
27 ; | |
643 | 28 global wait_adc |
634 | 29 wait_adc: |
631 | 30 movwf ADCON0 ; select ADC channel |
31 nop ; wait a short moment | |
634 | 32 nop ; ... |
33 nop ; ..... | |
34 nop ; ....... | |
582 | 35 bsf ADCON0,1 ; start ADC |
0 | 36 wait_adc2: |
631 | 37 btfsc ADCON0,1 ; ADC done? |
38 bra wait_adc2 ; NO - wait | |
39 return ; YES - done | |
0 | 40 |
634 | 41 |
42 ;----------------------------------------------------------------------------- | |
43 ; get Battery Voltage | |
44 ; | |
0 | 45 global get_battery_voltage |
634 | 46 get_battery_voltage: |
623 | 47 btfss battery_gauge_available ; battery gauge IC available? |
48 bra get_battery_voltage_2 ; NO - OSTC hardware without gauge IC | |
631 | 49 bsf battery_is_36v ; YES - gauge IC available, 3.6V battery |
50 call lt2942_get_accumulated_charge ; - read coulomb counter | |
623 | 51 call lt2942_get_voltage ; - read battery voltage |
52 call lt2942_get_temperature ; - read battery temperature | |
53 tstfsz batt_voltage+1 ; - read voltage < 256 mV ? | |
54 bra get_battery_voltage_1 ; NO - proceed | |
55 call lt2942_get_accumulated_charge ; YES - re-read coulomb counter | |
56 call lt2942_get_voltage ; - re-read battery voltage | |
57 call lt2942_get_temperature ; - re-read battery temperature | |
58 ;bra get_battery_voltage_1 ; - proceed | |
582 | 59 |
623 | 60 get_battery_voltage_1: |
631 | 61 rcall get_battery_voltage_low ; check for battery low condition |
623 | 62 btfsc divemode ; in dive mode? |
63 return ; YES - done | |
120 | 64 |
623 | 65 bcf cv_active ; clear CV charing status by default |
66 bcf cc_active ; clear CC charing status ny default | |
67 bcf LEDr ; switch off red LED | |
68 bcf TRISJ,2 ; activate Chrg-Out output | |
69 bsf CHRG_OUT ; start charger | |
640 | 70 nop ; ignore some noise |
71 nop ; ... | |
72 nop ; ... | |
73 nop ; ... | |
623 | 74 btfss CHRG_IN ; charging? |
75 bra charge_cc_active ; YES - charging in CC mode | |
76 bcf CHRG_OUT ; NO - stop charger | |
77 bsf TRISJ,2 ; - set Chrg-Out output to high impedance | |
78 WAITMS d'1' ; - wait 1 ms | |
79 btfsc CHRG_IN ; - still charging? | |
80 return ; NO - done | |
81 ;bra charge_cv_active ; YES - charging in CV mode | |
120 | 82 |
603 | 83 charge_cv_active: |
650 | 84 btfss analog_switches ; does the OSTC have analog switches? |
85 bra charge_cv_active1 ; NO | |
86 btfsc surfmode_menu ; YES - in surface menus? | |
87 bsf trigger_timeout ; YES - exit to surface mode during charging | |
88 charge_cv_active1: | |
631 | 89 decfsz get_bat_volt_counter,F ; decrement counter, became zero? |
90 return ; NO - not yet, done | |
91 movlw .15 ; YES - battery voltage >= 16*256mV (4.096V) | |
92 cpfsgt batt_voltage+1 ; - ... ? | |
93 bra charge_cc_active ; NO | |
94 bsf cc_active ; YES - set CC charging status | |
95 bsf cv_active ; - set CV charging status | |
96 bsf LEDr ; - indicate charging | |
97 call lt2942_charge_done ; - reset accumulating registers to 0xFFFF | |
654 | 98 btfsc lock_cycle_counter ; cycle counted already? |
99 bra charge_cv_active2 ; Yes, skip | |
100 banksel charge_cycles | |
101 INCI charge_cycles ; increase charge_cycles counter by one | |
102 banksel common | |
103 bsf lock_cycle_counter ; lock cycle counter | |
104 charge_cv_active2: | |
631 | 105 WAITMS d'10' ; - wait 10 ms |
106 bcf LEDr ; - indicate charging | |
107 bsf get_bat_volt_counter,0 ; - set counter to 1 | |
108 return ; - done | |
120 | 109 |
207 | 110 charge_cc_active: |
650 | 111 btfss analog_switches ; does the OSTC have analog switches? |
112 bra charge_cc_active1 ; NO | |
113 btfsc surfmode_menu ; YES - in surface menus? | |
114 bsf trigger_timeout ; YES - exit to surface mode during charging | |
115 charge_cc_active1: | |
631 | 116 bsf cc_active ; set CC charging mode |
604 | 117 bsf LEDr ; indicate charging |
631 | 118 bcf CHRG_OUT ; |
623 | 119 bsf TRISJ,2 ; set chrg-Out output to high impedance |
631 | 120 movlw .15 ; battery voltage >= 16*256mV (4.096 V) |
121 cpfsgt batt_voltage+1 ; ... ? | |
604 | 122 bra charge_cc_active2 ; NO |
631 | 123 movlw .81 ; YES - battery voltage >= 80mV (+4096mV from batt_voltage+1) |
124 cpfslt batt_voltage+0 ; - ... ? | |
125 bra charge_cv_active ; YES | |
603 | 126 charge_cc_active2: |
631 | 127 movlw .10 ; NO - set counter to 10 |
128 movwf get_bat_volt_counter ; - ... | |
129 return ; - done | |
113 | 130 |
623 | 131 get_battery_voltage_2: ; no gauge IC available, use ADC to measure battery voltage |
132 ; additional charging disable in software | |
133 bsf charge_disable ; set charging-inhibit signal | |
134 bcf charge_enable ; activate charging-inhibit signal | |
615 | 135 |
623 | 136 bsf adc_is_running ; =1: the ADC is in use |
137 movlw b'00100000' ; 2.048 Volt Vref+ -> 1 LSB = 500 µV | |
631 | 138 movwf ADCON1 ; ... |
582 | 139 movlw b'00011001' ; power on ADC, select AN6 |
631 | 140 rcall wait_adc ; take measurement |
623 | 141 MOVII ADRESL,batt_voltage ; store value |
582 | 142 bcf ADCON0,0 ; power off ADC |
0 | 143 |
634 | 144 ; ; multiply with 2.006 to be exact here... |
0 | 145 ; bcf STATUS,C |
146 ; rlcf xA+0,F | |
582 | 147 ; rlcf xA+1,F ; x2 |
623 | 148 ; MOVII xA,batt_voltage ; store value |
0 | 149 |
623 | 150 bcf battery_is_36v ; by default assume it is a 1.5 battery |
151 MOVII batt_voltage,sub_b ; load measured battery voltage | |
0 | 152 |
634 | 153 ; check if the battery is a 3.6V lithium |
623 | 154 MOVLI lithium_36v_low,sub_a ; load threshold for 3.6 Volt lithium battery |
155 call cmpU16 ; sub_a - sub_b | |
156 btfss neg_flag ; battery voltage > 3.6 V lithium threshold ? | |
157 bra get_battery_voltage_9 ; NO - keep assumption of 1.5V battery | |
158 bsf battery_is_36v ; YES - set flag | |
0 | 159 |
634 | 160 ; check if the battery is near-dead already |
623 | 161 MOVLI lithium_36v_empty,sub_a ; load threshold for near-dead lithium battery |
162 call cmpU16 ; sub_a - sub_b | |
163 btfsc neg_flag ; battery voltage > dead-battery threshold ? | |
164 bra get_battery_voltage_3 ; YES - battery is still ok | |
165 movlw .128 ; NO - battery is probably dead very soon, set ">=24Ah used" | |
166 movff WREG,battery_gauge+5 ; - into battery gauge registers | |
0 | 167 |
623 | 168 get_battery_voltage_3: ; 3.6V battery gauge mode |
631 | 169 ; SMOVQQ "by hand" as the macro does not work with arguments that have a '+something' with them |
623 | 170 bcf trigger_isr_updates ; clear flag, it will be set by the ISR in case it had kicked in |
0 | 171 movff battery_gauge+5,xC+3 |
172 movff battery_gauge+4,xC+2 | |
173 movff battery_gauge+3,xC+1 | |
174 movff battery_gauge+2,xC+0 | |
623 | 175 btfsc trigger_isr_updates ; did the ISR kicked in since we cleared the flag? |
176 bra get_battery_voltage_3 ; YES - retry copy | |
177 | |
604 | 178 ; battery_gauge: 6 is nAs |
179 ; divide through 65536 | |
180 ; divide through battery_capacity:2 | |
181 ; result is in percent | |
623 | 182 MOVII battery_capacity_internal,xB |
604 | 183 call div32x16 ; xC:4 = xC:4 / xB:2 with xA as remainder |
0 | 184 movff xC+0,lo |
604 | 185 ; limit to 100 |
582 | 186 movlw .100 |
187 cpfslt lo | |
188 movwf lo | |
604 | 189 ; lo will be between 0 (full) and 100 (empty) |
0 | 190 movf lo,W |
191 sublw .100 | |
192 movwf lo | |
623 | 193 get_battery_voltage_4: |
194 movlw .100 ; start with default of 100% | |
195 cpfslt lo ; > 100% | |
196 movwf lo ; YES - limit to 100% | |
604 | 197 ; lo will be between 100 (full) and 0 (empty) |
198 ; use 3.6V battery sensing based on 50 mA load | |
623 | 199 MOVLI lithium_36v_75,sub_a ; load threshold for > 75% |
200 call cmpU16 ; sub_a - sub_b | |
201 btfsc neg_flag ; battery voltage above 75% level? | |
202 bra get_battery_voltage_5 ; YES | |
203 movlw .75 ; NO - set to 75% | |
582 | 204 movwf lo |
623 | 205 get_battery_voltage_5: |
206 ; 50% | |
207 MOVLI lithium_36v_50,sub_a ; load threshold for > 50% | |
208 call cmpU16 ; sub_a - sub_b | |
209 btfsc neg_flag ; battery voltage above 75% level? | |
210 bra get_battery_voltage_6 ; YES | |
211 movlw .50 ; NO - set to 50% | |
582 | 212 movwf lo |
623 | 213 get_battery_voltage_6: |
582 | 214 ; 25% |
623 | 215 MOVLI lithium_36v_25,sub_a ; load threshold for > 25% |
216 call cmpU16 ; sub_a - sub_b | |
217 btfsc neg_flag ; battery voltage above 25% level? | |
218 bra get_battery_voltage_7 ; YES | |
219 movlw .25 ; NO - set to 25% | |
582 | 220 movwf lo |
623 | 221 get_battery_voltage_7: |
582 | 222 ; 10% |
623 | 223 MOVLI lithium_36v_10,sub_a ; load threshold for > 10% |
224 call cmpU16 ; sub_a - sub_b | |
225 btfsc neg_flag ; battery voltage above 10% level? | |
226 bra get_battery_voltage_8 ; YES | |
227 movlw .10 ; NO - set to 10% | |
582 | 228 movwf lo |
623 | 229 get_battery_voltage_8: |
230 movlw .100 ; maximum is 100 (%) | |
231 cpfslt lo ; > 100% ? | |
232 movwf lo ; YES - limit to 100% | |
233 movf batt_percent,W ; get last battery percentage | |
234 cpfsgt lo ; current battery % < last battery % ? | |
235 movff lo,batt_percent ; YES - take new value (keep batt_percent on the lowest value found) | |
236 btfsc battery_is_36v ; using a 3.6 volt battery? | |
237 movff lo,batt_percent ; YES - take new value (always use computed value for 3.6V battery) | |
238 bcf adc_is_running ; done with ADC | |
631 | 239 ;bra get_battery_voltage_low ; check for battery low condition (and return) |
240 | |
241 get_battery_voltage_low: | |
242 ; check for battery low condition | |
243 movlw battery_warn_level_36+1 ; get threshold for 3.6 Volt battery warning, incremented by 1 | |
244 btfss battery_is_36v ; actually a 3.6 Volt battery detected? | |
245 movlw battery_warn_level_15+1 ; NO - replace with 1.5 Volt battery warning, incremented by 1 | |
246 bsf battery_low_condition ; set battery low condition by default | |
247 cpfslt batt_percent ; current battery level <= warning threshold ? | |
248 bcf battery_low_condition ; NO - clear battery low condition | |
249 return ; - done | |
250 | |
623 | 251 get_battery_voltage_9: |
604 | 252 ; use 1.5V battery voltage mode |
623 | 253 ; use approximation (batt_voltage-aa_15v_low)/4 = lo |
254 MOVII batt_voltage,sub_a ; load battery voltage | |
255 MOVLI aa_15v_low, sub_b ; load offset | |
582 | 256 call subU16 ; sub_c = sub_a - sub_b |
623 | 257 bcf STATUS,C ; shift right to divide / 2 |
582 | 258 rrcf sub_c+1 |
623 | 259 rrcf sub_c+0 |
260 bcf STATUS,C ; another shift right to divide / 4 | |
582 | 261 rrcf sub_c+1 |
623 | 262 rrcf sub_c+0 |
263 movff sub_c+0,lo ; store result | |
264 bra get_battery_voltage_8 ; check limits and return | |
0 | 265 |
623 | 266 |
634 | 267 ;----------------------------------------------------------------------------- |
268 ; get ambient Light Level | |
269 ; | |
270 ; called from ISR only, in context bank isr_backup | |
271 ; | |
272 global get_ambient_level | |
628 | 273 get_ambient_level: |
623 | 274 btfsc sleepmode ; in sleep mode? |
275 return ; YES - done | |
276 btfsc adc_is_running ; NO - ADC in use? | |
640 | 277 return ; YES - abort |
650 | 278 TSTOSS opt_use_AmbientSensor ; =1: Use the ambient sensor |
279 bra get_ambient_level0 ; NO, skip and use fixed value | |
623 | 280 banksel HW_descriptor ; NO - select bank where hardware descriptor is stored |
281 btfsc ambient_sensor ; - ambient sensor available? | |
282 bra get_ambient_level1 ; YES - use sensor | |
650 | 283 get_ambient_level0: |
623 | 284 banksel isr_backup ; NO - back to ISR default bank |
645 | 285 movff brightness,isr_lo ; - get brightness selection |
623 | 286 incf isr_lo,F ; - 0-2 -> 1-3 |
287 movlw ambient_light_max_high_cr ; - default selection to brightest setting | |
288 dcfsnz isr_lo,F ; - level 0 (eco) selected? | |
289 movlw ambient_light_max_eco ; YES - select eco brightness | |
290 dcfsnz isr_lo,F ; - level 1 (medium) selected? | |
291 movlw ambient_light_max_medium ; YES - select medium brightness | |
292 movwf ambient_light+0 ; - store selection | |
293 movwf max_CCPR1L ; - store value for dimming in TMR7 interrupt | |
294 return ; - done | |
203 | 295 |
623 | 296 get_ambient_level1: ; using ambient sensor |
297 banksel isr_backup ; back to ISR default bank | |
629 | 298 clrf ADCON1 ; Vref+ = Vdd |
582 | 299 movlw b'00011101' ; power on ADC, select AN7 |
300 rcall wait_adc | |
623 | 301 MOVII ADRESL,ambient_light |
643 | 302 bcf ADCON0,0 ; power off ADC |
0 | 303 |
643 | 304 btfsc ambient_light+1,7 ; result negative? |
305 return ; Yes, skip this measurement | |
0 | 306 ; ambient_light:2 is between 4096 (direct sunlight) and about 200 (darkness) |
604 | 307 ; first: divide by 16 |
634 | 308 movlw .4 ; divide by 2^4 = 16 |
309 get_ambient_level1_loop: | |
310 bcf STATUS,C ; clear carry | |
311 rrcf ambient_light+1 ; rotate right high byte, carry into MSB, LSB into carry | |
312 rrcf ambient_light+0 ; rotate right low byte, carry into MSB, LSB into carry | |
313 decfsz WREG ; decrement counter, done? | |
314 bra get_ambient_level1_loop ; NO - loop | |
315 | |
604 | 316 ; result: ambient_light:2/16 |
317 ; now make sure to have value between ambient_light_low and ambient_light_max | |
0 | 318 |
582 | 319 movlw .254 |
604 | 320 tstfsz ambient_light+1 ; > 255 ? |
321 movwf ambient_light+0 ; YES - avoid ADC clipping | |
0 | 322 |
604 | 323 incfsz ambient_light+0,W ; = 255 ? |
643 | 324 bra get_ambient_level2 ; NO - continue |
0 | 325 |
582 | 326 movlw .254 |
327 movwf ambient_light+0 ; avoid ADC clipping | |
0 | 328 |
329 get_ambient_level2: | |
645 | 330 movff brightness,isr_lo ; get brightness setting |
0 | 331 |
582 | 332 btfsc RCSTA1,7 ; UART module on? |
623 | 333 clrf isr_lo ; YES - set temporary to eco mode |
634 | 334 |
623 | 335 incf isr_lo,F ; adjust 0-2 to 1-3 |
0 | 336 |
640 | 337 banksel HW_descriptor ; select bank where hardware descriptor and model variant are stored |
338 movlw ambient_light_max_high_cr ; default to cR and 2 hardware brightest setting | |
339 btfss battery_gauge_available ; battery gauge available? | |
340 movlw ambient_light_max_high_15V ; NO - change to 1.5V battery brightest setting | |
604 | 341 btfsc battery_is_36v ; 3.6V battery in use? |
640 | 342 movlw ambient_light_max_high_36V ; YES - change to 3.6V battery brightest setting |
623 | 343 banksel isr_backup ; back to ISR default bank |
0 | 344 |
634 | 345 dcfsnz isr_lo,F ; eco setting? |
346 movlw ambient_light_max_eco ; YES | |
347 dcfsnz isr_lo,F ; medium setting? | |
348 movlw ambient_light_max_medium ; YES | |
0 | 349 |
582 | 350 incf ambient_light+0,F ; +1 |
604 | 351 cpfslt ambient_light+0 ; smaller than WREG? |
352 movwf ambient_light+0 ; NO - set to max. | |
0 | 353 |
645 | 354 movff brightness,isr_lo ; get brightness setting |
623 | 355 incf isr_lo,F ; adjust 0-2 to 1-3 |
634 | 356 movlw ambient_light_min_high ; default to highest setting |
357 dcfsnz isr_lo,F ; eco setting? | |
358 movlw ambient_light_min_eco ; YES | |
359 dcfsnz isr_lo,F ; medium setting? | |
360 movlw ambient_light_min_medium ; YES | |
361 dcfsnz isr_lo,F ; highest setting? | |
362 movlw ambient_light_min_high ; YES | |
0 | 363 |
604 | 364 cpfsgt ambient_light+0 ; bigger than WREG? |
365 movwf ambient_light+0 ; NO - set to min | |
582 | 366 |
604 | 367 movff ambient_light+0,max_CCPR1L ; store value for dimming in TMR7 interrupt |
634 | 368 return ; done |
0 | 369 |
623 | 370 |
634 | 371 ;----------------------------------------------------------------------------- |
372 ; Read analog external Sensors | |
373 ; | |
374 ; called from outside ISR only | |
623 | 375 ; |
376 IFDEF _external_sensor | |
377 | |
634 | 378 global get_analog_inputs |
379 get_analog_inputs: | |
623 | 380 bsf adc_is_running ; =1: the ADC is in use |
640 | 381 btfsc screen_type3 ; display 3 ? |
382 bra get_analog_inputs2 ; yes, skip here | |
634 | 383 btfsc TFT_PWM ; PWM active? |
384 bra get_analog_inputs ; YES - wait for PWM low | |
385 | |
640 | 386 get_analog_inputs2: |
604 | 387 movlw b'00100000' ; 2.048V Vref+ -> 1 LSB = 500 µV |
634 | 388 movwf ADCON1 ; ... |
389 | |
623 | 390 ; Sensor 1 |
582 | 391 movlw b'00100001' ; power on ADC, select AN8 |
634 | 392 MOVII sensor1_mv,mpr ; get last sensor voltage |
393 rcall get_analog_inputs_common ; update value | |
394 MOVII mpr,sensor1_mv ; store new value | |
623 | 395 |
396 ; Sensor 2 | |
582 | 397 movlw b'00100101' ; power on ADC, select AN9 |
634 | 398 MOVII sensor2_mv,mpr ; get last sensor voltage |
399 rcall get_analog_inputs_common ; update value | |
400 MOVII mpr,sensor2_mv ; store new value | |
623 | 401 |
402 ; Sensor 3 | |
582 | 403 movlw b'00101001' ; power on ADC, select AN10 |
634 | 404 MOVII sensor3_mv,mpr ; get last sensor voltage |
405 rcall get_analog_inputs_common ; update value | |
406 MOVII mpr,sensor3_mv ; store new value | |
407 | |
582 | 408 bcf ADCON0,0 ; power off ADC |
623 | 409 bcf adc_is_running ; done with ADC |
634 | 410 return ; done |
411 | |
412 get_analog_inputs_common: | |
413 rcall wait_adc ; wait for ADC | |
414 bcf STATUS,C ; clear carry flag | |
415 rrcf ADRESH,F ; divide /2 | |
416 rrcf ADRESL,W ; ... | |
417 addwf mpr+0,F ; add to sensor_mv:2 | |
418 movf ADRESH,W ; ... | |
419 addwfc mpr+1,F ; ... | |
420 bcf STATUS,C ; clear carry flag | |
421 rrcf mpr+1,F ; divide /2 | |
422 rrcf mpr+0,F ; ... | |
423 movlw HIGH ignore_mv_above ; get upper limit of operational range | |
424 cpfsgt mpr+1 ; > limit ? | |
425 bra get_analog_inputs_common_1 ; NO - ok to use | |
426 CLRI mpr ; YES - ignore this reading | |
427 return ; - done | |
428 get_analog_inputs_common_1: | |
429 tstfsz mpr+1 ; > 25.5 mV ? | |
430 return ; YES - ok to use anyway | |
431 movlw ignore_mv_below ; NO - get lower limit of operational range | |
432 cpfsgt mpr+0 ; - > limit ? | |
433 clrf mpr+0 ; NO - ignore this reading | |
434 return ; - done | |
0 | 435 |
623 | 436 ENDIF ; _external_sensor |
437 | |
438 | |
634 | 439 ;----------------------------------------------------------------------------- |
440 ; Set the Sensitivity of the Piezo Buttons | |
441 ; | |
442 ; called from outside ISR only, ~ 30 ms | |
443 ; | |
444 global piezo_config | |
445 piezo_config: | |
623 | 446 clrf TMR5H ; clear TMR5H first |
447 clrf TMR5L ; clear TMR5L thereafter | |
448 bcf PIR5,TMR5IF ; clear timer 5 overrun flag, will take ~ 2 seconds to overrun after reset | |
449 bcf switch_right ; clear left-over button events | |
450 bcf switch_left ; ... | |
416
4389fe9673b2
NEW: Support for new logbook memory chip (minor hardware change)
heinrichsweikamp
parents:
357
diff
changeset
|
451 piezo_config0: |
623 | 452 btfsc switch_right ; user still pressing the right button? |
453 bra piezo_config ; YES - loop to wait for release | |
454 btfsc switch_left ; user still pressing the left button? | |
455 bra piezo_config ; YES - loop to wait for release | |
582 | 456 |
623 | 457 btfss PIR5,TMR5IF ; timeout? |
458 bra piezo_config0 ; NO - not yet, loop | |
468 | 459 |
634 | 460 bcf INTCON,GIE ; disable all interrupts |
604 | 461 |
582 | 462 movff opt_cR_button_right,WREG ; right button |
463 btfsc flip_screen ; 180° rotation ? | |
604 | 464 movff opt_cR_button_left,WREG ; YES - left button |
634 | 465 rcall piezo_config_tx ; send to button |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
275
diff
changeset
|
466 |
582 | 467 movff opt_cR_button_left,WREG ; left button |
468 btfsc flip_screen ; 180° rotation ? | |
604 | 469 movff opt_cR_button_right,WREG ; YES - right button |
634 | 470 rcall piezo_config_tx ; send to button |
343
34e2f5bdc5a2
BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR)
heinrichsweikamp
parents:
275
diff
changeset
|
471 |
582 | 472 movlw .20 ; reserved |
634 | 473 rcall piezo_config_tx ; send to button |
582 | 474 movlw .20 ; reserved |
634 | 475 rcall piezo_config_tx ; send to button |
476 | |
477 bsf INTCON,GIE ; re-enable all interrupts | |
478 return ; done | |
479 | |
604 | 480 |
634 | 481 ;----------------------------------------------------------------------------- |
482 ; Helper Function - send 1 Byte to the Piezo Buttons | |
483 ; | |
484 piezo_config_tx: | |
485 movwf lo ; store byte to be sent | |
486 movlw .8 ; set up bit count | |
487 movwf hi ; ... | |
582 | 488 bcf TX3_PIEZO_CFG ; start bit |
634 | 489 rcall piezo_config_wait_bit ; wait |
490 piezo_config_tx_loop: ; LSB first | |
491 btfss lo,0 ; bit = 0 ? | |
492 bcf TX3_PIEZO_CFG ; YES | |
493 btfsc lo,0 ; bit = 1 ? | |
494 bsf TX3_PIEZO_CFG ; YES | |
495 rcall piezo_config_wait_bit ; wait | |
496 rrncf lo,F ; shift lo to access next bit | |
497 decfsz hi,F ; decrement bit counter, all done? | |
498 bra piezo_config_tx_loop ; NO - loop | |
499 bsf TX3_PIEZO_CFG ; YES - stop bit | |
500 rcall piezo_config_wait_bit ; - wait | |
501 return ; - done | |
113 | 502 |
503 piezo_config_wait_bit: | |
623 | 504 setf TMR5H ; set TMR5H first (to 255) |
634 | 505 movlw .255-.26 ; 26 x 31.5 µs = 819 µs |
623 | 506 movwf TMR5L ; set TMR5L thereafter |
507 bcf PIR5,TMR5IF ; clear timer 5 overrun flag | |
634 | 508 piezo_config_wait_bit_loop: |
623 | 509 btfss PIR5,TMR5IF ; timeout? |
634 | 510 bra piezo_config_wait_bit_loop ; NO - loop |
623 | 511 return ; YES - done |
582 | 512 |
513 | |
634 | 514 ;----------------------------------------------------------------------------- |
515 ; get the analog Switches | |
516 ; | |
517 ; called from ISR and from sleep mode, returns in bank common | |
518 ; | |
519 global get_analog_switches | |
520 get_analog_switches: | |
604 | 521 btfsc analog_switches ; does the OSTC have analog switches? |
623 | 522 bra get_analog_switches_1 ; YES |
634 | 523 |
629 | 524 get_analog_switches0: |
634 | 525 bcf analog_sw1_pressed ; clear flag for analog switch 1 |
526 bcf analog_sw2_pressed ; clear flag for analog switch 2 | |
527 return ; done | |
623 | 528 |
529 get_analog_switches_1: | |
530 btfsc adc_is_running ; ADC in use? | |
604 | 531 return ; YES - abort |
650 | 532 btfsc cc_active ; NO - charging constant current? |
533 bra get_analog_switches0 ; YES - abort (and clear both flags) | |
534 btfsc cv_active ; NO - charging constant voltage? | |
631 | 535 bra get_analog_switches0 ; YES - abort (and clear both flags) |
623 | 536 |
537 get_analog_switches_2: | |
640 | 538 ; reset the latch register in case it's externally pulled down. mH This is a test |
539 bsf power_sw1 ; switch on power supply for switch 1 | |
540 bsf power_sw2 ; switch on power supply for switch 2 | |
541 | |
634 | 542 bsf adc_is_running ; flag that ADC is in use |
631 | 543 bcf ADCON2,ADFM ; left justified |
634 | 544 clrf ADCON1 ; |
582 | 545 movlw b'00100101' ; power on ADC, select AN9 |
634 | 546 rcall wait_adc ; wait for ADC |
623 | 547 |
548 banksel isr_backup ; select bank ISR data | |
634 | 549 |
550 movlw .250 ; set upper limit | |
551 cpfslt ADRESH ; above upper limit? | |
552 movff analog_sw2,ADRESH ; YES - use (last) average instead | |
553 | |
554 movf ADRESH,W ; get ADC result (high byte) | |
555 addwf analog_sw2_raw+0 ; add to averaging register | |
556 movlw .0 ; ... | |
557 addwfc analog_sw2_raw+1 ; ... | |
582 | 558 decfsz analog_counter,F ; continue averaging? |
623 | 559 bra get_analog_switches_2a ; YES |
634 | 560 |
561 ; compute average - divide by 16 | |
562 swapf analog_sw2_raw+1,F ; swap nibbles in high byte | |
563 movlw b'11110000' ; keep only upper nibble | |
564 andwf analog_sw2_raw+1,W ; ... | |
565 movwf analog_sw2 ; copy ex lower nibble of high byte to upper nibble of result | |
566 swapf analog_sw2_raw+0,F ; swap nibble in low byte | |
567 movlw b'00001111' ; keep only lower nibble | |
568 andwf analog_sw2_raw+0,W ; ... | |
569 iorwf analog_sw2,F ; copy ex upper nibble of low byte to lower nibble of result | |
570 | |
571 clrf analog_sw2_raw+1 ; reset average registers | |
572 clrf analog_sw2_raw+0 ; ... | |
623 | 573 |
574 get_analog_switches_2a: | |
575 bcf analog_sw2_pressed ; default to not pressed | |
634 | 576 movff opt_cR_button_left,WREG ; get button sensitivity (20-100) |
577 bcf STATUS,C ; clear carry bit | |
604 | 578 rrcf WREG ; /2 -> 10-50 |
634 | 579 bcf STATUS,C ; clear carry bit |
580 rrcf WREG ; /4 -> 5-25 | |
604 | 581 decf WREG,W ; -1 |
582 decf WREG,W ; -1 | |
583 decf WREG,W ; -1 -> 2-22 | |
584 btfss button_polarity,1 ; (1= normal, 0=inverted) | |
634 | 585 bra get_analog_switches_sw2_inv ; 0 |
586 addwf analog_sw2,W ; 1 - add average (~128) | |
587 cpfsgt ADRESH ; - pressed? | |
588 bra get_analog_switches_3 ; NO - continue with other button | |
589 bra get_analog_switches_sw2_pressed ; YES - (left button normal) | |
623 | 590 |
591 get_analog_switches_sw2_inv: | |
634 | 592 subwf analog_sw2,W ; subtract average (~128) |
623 | 593 cpfslt ADRESH ; pressed? |
634 | 594 bra get_analog_switches_3 ; NO - continue with other button |
595 ;bra get_analog_switches_sw2_pressed ; YES - (left button inverted) | |
623 | 596 |
597 get_analog_switches_sw2_pressed: | |
598 bsf analog_sw2_pressed ; set left button as pressed | |
599 | |
600 get_analog_switches_3: | |
582 | 601 movlw b'00101001' ; power on ADC, select AN10 |
634 | 602 rcall wait_adc ; wait on ADC |
603 | |
604 movlw .250 ; set upper limit | |
605 cpfslt ADRESH ; above upper limit? | |
606 movff analog_sw1,ADRESH ; YES - use (last) average instead | |
607 | |
608 movf ADRESH,W ; get ADC result (high byte) | |
609 addwf analog_sw1_raw+0 ; add to averaging register | |
610 movlw .0 ; ... | |
611 addwfc analog_sw1_raw+1 ; ... | |
582 | 612 tstfsz analog_counter ; continue averaging? |
623 | 613 bra get_analog_switches_3a ; YES |
634 | 614 |
615 ; compute average - divide by 16 | |
616 swapf analog_sw1_raw+1,F ; swap nibbles in high byte | |
617 movlw b'11110000' ; keep only upper nibble | |
618 andwf analog_sw1_raw+1,W ; ... | |
619 movwf analog_sw1 ; copy ex lower nibble of high byte to upper nibble of result | |
620 swapf analog_sw1_raw+0,F ; swap nibble in low byte | |
621 movlw b'00001111' ; keep only lower nibble | |
622 andwf analog_sw1_raw+0,W ; ... | |
623 iorwf analog_sw1,F ; copy ex upper nibble of low byte to lower nibble of result | |
624 | |
625 clrf analog_sw1_raw+1 ; reset average registers | |
626 clrf analog_sw1_raw+0 ; ... | |
627 | |
628 ; set up averaging counter for next call-up | |
629 movlw .16 ; 16 averaging rounds | |
630 movwf analog_counter ; ... | |
623 | 631 |
632 get_analog_switches_3a: | |
633 bcf analog_sw1_pressed ; default to not pressed | |
604 | 634 movff opt_cR_button_right,WREG ; 20-100 |
634 | 635 bcf STATUS,C ; clear carry bit |
604 | 636 rrcf WREG ; /2 -> 10-50 |
634 | 637 bcf STATUS,C ; clear carry bit |
604 | 638 rrcf WREG ; /2 -> 5-25 |
639 decf WREG,W ; -1 | |
640 decf WREG,W ; -1 | |
641 decf WREG,W ; -1 -> 2-22 | |
642 btfss button_polarity,0 ; (1= normal, 0=inverted) | |
634 | 643 bra get_analog_switches_sw1_inv ; 0 |
644 addwf analog_sw1,W ; 1 - add to average (~128) | |
645 cpfsgt ADRESH ; - pressed? | |
646 bra get_analog_switches_4 ; NO - continue with clean-up | |
647 bra get_analog_switches_sw1_pressed ; YES - (right button normal) | |
623 | 648 |
649 get_analog_switches_sw1_inv: | |
634 | 650 subwf analog_sw1,W ; subtract from average (~128) |
623 | 651 cpfslt ADRESH ; pressed? |
634 | 652 bra get_analog_switches_4 ; NO - continue with clean-up |
653 ;bra get_analog_switches_sw1_pressed ; YES - (right button inverted) | |
623 | 654 |
655 get_analog_switches_sw1_pressed: | |
656 bsf analog_sw1_pressed ; set right button as pressed | |
657 | |
658 get_analog_switches_4: | |
631 | 659 bsf ADCON2,ADFM ; restore to right justified |
634 | 660 bcf adc_is_running ; flag ADC not in use any more |
661 | |
623 | 662 banksel common ; back to bank common |
634 | 663 |
623 | 664 btfsc analog_sw1_pressed ; right button pressed? |
665 return ; YES - done | |
666 btfsc analog_sw2_pressed ; left button pressed? | |
667 return ; YES - done | |
668 setf TMR1H ; NO to both - no button pressed, set timer1 to overflow quickly | |
634 | 669 setf TMR1L ; - ... |
670 return ; - done | |
448 | 671 |
634 | 672 ;----------------------------------------------------------------------------- |
673 | |
674 END |