rusefi / hellen154hyundai

0 stars 2 forks source link

F4 top of the line would it be an option? #130

Closed rusefillc closed 7 months ago

rusefillc commented 9 months ago

As an alternative to https://github.com/rusefi/hellen154hyundai/issues/129 technically there is STM32F469ZG or STM32F469ZG

RAM 384 (160+32+128+64)

Since we just need RAM for Lua we can follow the

bool isStm32F42x() {
    // really it's enough to just check 0x20020010
    return ramReadProbe((const char *)0x20000010) && ramReadProbe((const char *)0x20020010) && !ramReadProbe((const char *)0x20070010);
}
rusefillc commented 9 months ago

@dron0gus would you expect rusEFI "community" firmware F407 to run on 32F469IDISCOVERY hardware as is?

https://www.st.com/content/ccc/resource/technical/document/data_brief/e0/00/80/32/43/f2/48/55/DM00218382.pdf/files/DM00218382.pdf/jcr:content/translations/en.DM00218382.pdf

rusefillc commented 9 months ago

STM32F423xH has the benefit 320 (256 + 64)

1536 flash looks like one bank which is also easy and comfortable

rusefillc commented 9 months ago

they have STMicroelectronics NUCLEO-F413ZH

rusefillc commented 7 months ago

they have STMicroelectronics NUCLEO-F413ZH

bad option not enough ADC

anyway we go F7