Page 1 of 1

My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jul 01, 2021 2:26 pm
by tmbryhn
Anyone tried the SD card logging function lately?
My ECU design based on the Proteus re.0.5 sch worked fine previously, but with the latest F4 FW release I'm unable to read the SD card through the TS plug-in (giving "Some error, see logs." upon connect attempt), and the ECU doesn't make any logs regardless of TS settings.
I can however access the card through Windows explorer while the ECU is connected via USB, which I would assume indicates that there isn't a HW related problem.

Any ideas?
I can open an issue on github if needed.

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jul 01, 2021 4:57 pm
by AndreyB
Both means of access do not work at the same time.

The proper way to fix would be to TunerStudio to know that card is mounted as MSD and for plugin to disable SD read if in MSD mode.

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jul 01, 2021 5:16 pm
by mck1117
AndreyB wrote:
Thu Jul 01, 2021 4:57 pm
The proper way to fix would be to TunerStudio to know that card is mounted as MSD and for plugin to disable SD read if in MSD mode.
wut?

The current behavior is that if USB doesn't enumerate within 5 seconds of boot, we mount the SD card internally and log to it. If USB enumerates, we mount it to the PC.

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jul 01, 2021 5:39 pm
by AndreyB
mck1117 wrote:
Thu Jul 01, 2021 5:16 pm
The current behavior is that if USB doesn't enumerate within 5 seconds of boot, we mount the SD card internally and log to it. If USB enumerates, we mount it to the PC.
Does Tuner Studio _rusEFI_ _plugin_ knows if MSD or not MSD at the moment?

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jan 13, 2022 8:15 am
by tmbryhn
Been doing some cleanup on my computer, and now the SD card won't show up in explorer when I connect the ECU via USB like it always used to do.
I know the SD card is working, because I've got the green SD card indicators in TS.

Are there some drivers that have gone missing? Any ideas how I can have the SD card show up in explorer again?

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Thu Jan 13, 2022 7:33 pm
by JRD McLAREN
go to DEVICE MANAGER, try to find ST Serial port (or something similar)

UNINSTALL IT AND CHECK "CHECK BOX" ..
to completely remove divers .. for .it ..

Re: My ECU design based on the Proteus re.0.5 - SD question

Posted: Fri Jan 21, 2022 9:34 am
by tmbryhn
That did the trick. Thanks ;)