Skip to content

SuperCAN v1.0.26

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 08:30

Firmware v0.6.1

bugfixes

Teensy 4.x, D5035-03

  • add workarounds for errata ERR005829, ERR009595

  • loop interrupt rx/tx until done

  • disable TASD as only a single TX box is ever used

  • CAN-FD:

    • disable transmitter delay compensation for data bitrates < 1MBit/s
    • fix mailbox step if in CC mode
  • clear CAN error counters when going off bus to enable error-free startup

  • fix I/O pin speed/strength settings

  • attempt transmit after error-passive recovery

  • fix FreeRTOS systick

  • enable atomic cmp&swp

  • fix FreeRTOS non-ISR call from ISR

  • fix bad register setting: FlexCAN CTRL1 has no CLKSRC selection field.

Windows

bugfixes

  • fix installer version
  • don't report an error if VC runtime already available in newer version (exit code 1638)