Andrey G
Andrey G
1. Installer mode - output/input assignment, triggers, etc. 2. Tuner mode - tables, curves, ets 3. Full mode.
Every rusEFI has unique serial number exported over USB descriptor. This SN created from MCU serial number. So for Windows two RusEFI devices are not identical and it allocated new...
We already have per-board unique ID that is produced from per-MCU unique SN. See https://github.com/rusefi/rusefi/blob/master/firmware/hw_layer/ports/stm32/serial_over_usb/usbconsole.cpp#L24
You can report board type and its revision through Device Descriptor string. Now it is "rusEFI Engine Management ECU" for all boards.
@zed65 I'm a little confused. You are using "f407-discovery" fw on your custom HW. And you have LIS2DW12TR on this board? While STM32F407-discovery has LIS302DL or LIS3DSH. @rusefillc what is...
@zed65 see https://github.com/rusefi/rusefi/pull/5930 in case Andrey will not merge.
Do you see CS going low while activity on CLK and MOSI?
CLK signal looks strange for me. I count only 9 pulses. While 8+8 are expected. I see two groups of pulses. Can you increase sampling rate of you logic analyzer?...
Just ordered some China pcb with LIS2DW12. Takes up to 1 month to arrive.
This one definetlly looks like reading of 6 bytes from adress 0x28 - output register values. So at least it passed "who am i" check and started driver. Can you...