Rusefi Prometheus/F405 - Start with project
Posted: Fri Aug 28, 2020 7:42 am
Hi
I have started with rusEFI Prometheus with stm32f405 this month.
The board is in 95% complete, i don't have only bluetooth module and a few pull_up resistors.
I have a problem with software to make it run properly.
What i observed in hardware:
1. when i turn on the board, MCU sents "y" on UART
2. TX is pulled up after the message was send.
3. about 200ms the TX line goes permanently LOW.
The oscillator is working
All voltages are good.
I checked the soldering 3 times.
What i observed in software:
I'm using master from andreika-git/rusefi
I debug the MCU using Chibi Studio and the program stops on sr5ReadDataTimeout in tunerstudio_io.cpp
also it always run the firmwareError(CUSTOM_ERR_6126, "Unexpected channel situation");
Except that, the efifeatures.h from board catalog dont initiate properly, TS_UART_DMA_MODE should be TRUE, but in debug it's FALSE, i think other definitions from efifeatures.h also can be wrong.
I'm beginner in programming and i don't know what should i do now. Someone can help me?
Thanks!
I have started with rusEFI Prometheus with stm32f405 this month.
The board is in 95% complete, i don't have only bluetooth module and a few pull_up resistors.
I have a problem with software to make it run properly.
What i observed in hardware:
1. when i turn on the board, MCU sents "y" on UART
2. TX is pulled up after the message was send.
3. about 200ms the TX line goes permanently LOW.
The oscillator is working
All voltages are good.
I checked the soldering 3 times.
What i observed in software:
I'm using master from andreika-git/rusefi
I debug the MCU using Chibi Studio and the program stops on sr5ReadDataTimeout in tunerstudio_io.cpp
also it always run the firmwareError(CUSTOM_ERR_6126, "Unexpected channel situation");
Except that, the efifeatures.h from board catalog dont initiate properly, TS_UART_DMA_MODE should be TRUE, but in debug it's FALSE, i think other definitions from efifeatures.h also can be wrong.
I'm beginner in programming and i don't know what should i do now. Someone can help me?
Thanks!