Firmware for the Mobilinkd TNC3. STM32L433-based Bluetooth/LE KISS TNC.
 
 
 
Go to file
Rob Riggs 7523bac4f4 Start work on power saving modes. 2018-09-19 22:38:18 -05:00
.settings
Drivers
Inc Enable link power management for USB. 2018-09-19 22:22:26 -05:00
Middlewares
Src Update hardware version number. Use device ID as serial number. 2018-09-19 22:31:08 -05:00
TNC Start work on power saving modes. 2018-09-19 22:38:18 -05:00
newlib
startup
.cproject
.gitignore
.mxproject
.project
LICENSE
README.md
STM32L433CCUx_FLASH.ld Trivial change to linker script. 2018-09-19 22:23:15 -05:00
firmware.ioc
stlink-tnc3.cfg
stm32l4x.cfg

README.md

This is the firmware for the TNC3 version 2.1.1 hardware.

Building

Use Eclipse with CDT and the GNU MCU Eclipse plugins.

Debugging

Logging is enabled in debug builds and is output via ITM (SWO). The firmware is distributed with an openocd stlink config file that enables ITM output to a named pipe -- swv.

To read from this pipe, open a terminal and run:

while true; do tr -d '\01' < swv; done

If you change the MCU's core clock, you need to adjust the timing in the stlink-tnc3.cfg config file.