candle-usb/candleLight_fw

STM32F407VG support

brandonros opened this issue · 3 comments

I bought stm32f4discovery + SN65HVD230

what do I need to change in this repo to compile this firmware for this device to make it support the STM32F407VG chip?

  • make sure libopencm3 provides functional USB and CAN support for that device
  • configure clocks (RCC), and add a device type for the pin assignments
  • troubleshoot other issues I haven't foreseen

configure clocks (RCC), and add a device type for the pin assignments

can you link what file(s) in this repo that would be under?

We have at least some F407 support since d306798 .