Search found 12 matches

by petersma
Wed Jul 01, 2020 2:18 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

No, I haven't checked errata. But REV_ID & DEV_ID are same. I have 2 pcs older and 2 pcs newer boards, all the same smaller F407VGT6 type, maybe I'll test some day if the others are working or not. sprintf(Buf, "REVID: %u DEVID: %u\r\n", HAL_GetREVID(), HAL_GetDEVID()); CDC_Transmit_FS...
by petersma
Tue Jun 30, 2020 11:03 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

I upload firmware from "rusefi_bundle_mre-f4_20200629_205450.zip" to my board. No connection. I upload firmware from "rusefi_bundle_mre-f4_20200629_205450.zip" to my bigger BLACK_VET6 board. Connection works fine with USB without any other wiring. I upload firmware from "rus...
by petersma
Mon Jun 29, 2020 7:43 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

I have none bootloader except inbuild STM DFU bootloader. I upload firmware "rusefi.dfu", with linux dfu-util program. Or I upload "rusefi.bin" with openOCD/telnet connection using ST-LinkV2 chinese clone. I don't know have I right version of rusefi firmware and I don't know must...
by petersma
Sat Jun 27, 2020 1:28 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

My board have STM32F407VGT6 chip. There is also same board versions with STM32F407VET6, STM32H750VBT6 and STM32H743VIT6 CPU. If I made CubeMX project for STM32F4-DISCOVERY CubeMX generates: /*Configure GPIO pin : OTG_FS_PowerSwitchOn_Pin */ GPIO_InitStruct.Pin = OTG_FS_PowerSwitchOn_Pin; GPIO_InitSt...
by petersma
Fri Jun 26, 2020 11:22 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

Oscillator frequence is 8MHz. Same as STM32F4DISCOVERY (MB997) board My board works with my own test program/firmware. I can't find or understand documentation, that I need to do this project. Maybe only way do it, is buy all hardware like frankenso. Maybe I build with my board datalogger, for my me...
by petersma
Fri Jun 26, 2020 7:29 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

Thanks the link maybe https://github.com/rusefi/rusefi/tree/master/firmware/config/stm32f4ems helps me. I haven't know how to configure compilation. I compile with default settings. I try if I can configure better. I find the "BOARD_OTG_NOVBUSSENS" flag, but i don't know is it in work, in ...
by petersma
Fri Jun 26, 2020 7:01 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

Sorry AndreyB I say wrong. Maybe is right to say, that I can't run ChibiOS in my board. I'm little frustrated with it. Maybe ChibiOS don't like chinese boards or I don't know enough. But, i'm not the onlyone, with this same problem. I say wrong also that I don't understand why ChibiOS have own HAL. ...
by petersma
Fri Jun 26, 2020 5:10 pm
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 900209

Re: How to compile the firmware

Thanks, you are right that my style downloads all files and this is only simple and ugly way to do it. My style is KISS (Keep It Simple Stubid). I have done it once. I'm not good using git. My biggest problem is that my chinese STM32F407VGT6 board don't run this code. I'm searching the problem, and ...
by petersma
Fri Jun 26, 2020 1:40 am
Forum: Dev: Software
Topic: How to compile the firmware
Replies: 135
Views: 900209

Re: How to compile the firmware

The Linux way! You must have installed gcc-arm-none-eabi(v9) in path and maybe some other utility packets(git, make etc) In Terminal: $ mkdir retest $ cd retest $ git clone https://github.com/rusefi/rusefi.git $ cd rusefi/ $ git submodule update --init $ cd firmware/ $ git log --oneline | head $ mak...
by petersma
Fri Jun 26, 2020 1:13 am
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

Yes, I write test program/firmware which test board hardware. I use different style programming. I have writen programs near "bare-metal" style, not for OS(like Chibios). Now I understand rusefi project mush better. I have compiled rusefi from git and it goes OK. Now I must learn myself to...
by petersma
Thu Jun 18, 2020 2:05 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Re: Connection problem with eBay board

I tried send 't' from minicom, but nothing return. Linux lsusb don't tell nothing. No contact at all to board. My test program send several characters to UART4. Port PC10 is initialized for UART4 TXD. It also rear PC11 incoming data and echoes it back. All works fine. It tells that IO pins are OK. T...
by petersma
Wed Jun 17, 2020 1:59 pm
Forum: You and your build
Topic: Connection problem with eBay board
Replies: 30
Views: 28107

Connection problem with eBay board

Hello, I'have built megasquirt (1st version) about ten years ago and use it in my track car. Now i'm intresting to update it. I have some programming skills with STM32F103 and F407 (and some other cpu's). I use chinenese demo cards https://github.com/mcauser/BLACK_F407ZE and this https://github.com/...