Go to file
rusefillc 6966fd0c62
Update README.md
2023-06-01 12:37:23 -04:00
.github/workflows progress 2023-05-23 17:38:12 -04:00
ext rusEFI master works for us now 2023-05-31 23:45:36 -04:00
hw_layer_at not needed 2023-05-31 23:45:22 -04:00
.gitattributes progress 2023-05-23 17:29:15 -04:00
.gitignore progress 2023-05-23 17:29:15 -04:00
.gitmodules rusEFI master works for us now 2023-05-31 23:45:36 -04:00
README.md Update README.md 2023-06-01 12:37:23 -04:00
board.h wow progress 2023-05-31 20:03:47 -04:00
board.mk less custom rusefi 2023-05-31 23:17:49 -04:00
compile.sh +x 2023-05-31 16:34:16 -04:00
config.mk not needed 2023-05-31 23:45:22 -04:00
custom_platform.mk progress? 2023-05-31 18:39:14 -04:00
efifeatures.h progress 2023-05-24 01:06:21 -04:00
halconf.h wow progress 2023-05-31 20:03:47 -04:00
mcuconf.h wow progress 2023-05-31 20:03:47 -04:00
mpu_util.cpp wow progress?! 2023-05-31 20:14:49 -04:00
port_mpu_util.h wow progress 2023-05-31 20:03:47 -04:00
prepend.txt progress 2023-05-23 17:29:15 -04:00
signature_AT32F435.h progress 2023-05-23 17:31:21 -04:00

README.md

Current state

Some skeleton compiles but does not even link yet. nothing else

fw-AT-START-F435

An attempt to blink an LED on AT-START-F435 board using ChibiOS+rusEFI codebase

Current status:

We have openocd working with AT32 https://github.com/dron0gus/openocd

AT32 различия с STM32: флеш, немного pwr и клоки

Сильно похоже на stm32: usart завелся без правок, usb otg, pinmux и gpio тоже

https://github.com/rusefi/ChibiOS/tree/stable_20.3.x.rusefi/demos/STM32/RT-AT32F435-ARTERY144 seems to work!

https://github.com/rusefi/ChibiOS/tree/stable_20.3.x.rusefi/testhal/AT32/AT32F4xx/USB_CDC_IAD seems to work!

Следующие этапы: SPI & ADC

image

Artery Documentation

https://www.arterychip.com/download/ARTERY_AT32_MCU_Cross_Reference_Table_EN_V202011.xlsx

https://www.arterytek.com/download/MG0003_Migrating_from_SXX32F103_to_AT32F413_EN_V1.0.6.pdf

https://www.arterytek.com/download/MG0007_Migrating_from_SXX32F103_to_AT32F403A_EN_V1.0.8.pdf

https://www.arterytek.com/download/MG0009_Migrating_from_SXX32F107_to_AT32F407_EN_V1.0.4.pdf

https://www.arterytek.com/download/MG/MG0018_Migrating_from_AT32F403A_407_to_AT32F435_437_EN_V2.0.3.pdf

https://www.arterychip.com/download/APNOTE/AN0128_AT32F435_437_Get_started_guide_EN_V2.0.0.pdf

Outdated Notes