speeduino icon indicating copy to clipboard operation
speeduino copied to clipboard

Data logging pin active when main data logging function is diabled

Open ggurov opened this issue 5 months ago • 0 comments

image

^^^ in that case, external switch still gets initialized.

main issue is unreachable menus due to board misconfig, but preventing this would at least help a little.

back story:

trying to get PC13 working on stm32 as a coil , there was a silent conflict.

PC13 was just a coincidence because whatever garbage was left in the eeprom that kept getting propagated with the tune, just so happened to point at "43", which in stm32 translates to PC13, which was the pin not working.

base tune does not have these zeroed out, so it's hard to "fix" eeprom by loading a base tune.

check harder for logging enabled, and update the base tune with these set to disabled

ggurov avatar Sep 10 '24 14:09 ggurov