Nessuna descrizione

Heinrich Blatt 3b812b4c08 Bugfix: Adressierung basierend auf Pins funktioniert jetzt 7 mesi fa
.settings 6937d44a7e Verbesserung: I2C Buffer data sind jetzt globale structs 8 mesi fa
Debug 89ce4afffc Removed unnecessary Debug/* files. 8 mesi fa
src 3b812b4c08 Bugfix: Adressierung basierend auf Pins funktioniert jetzt 7 mesi fa
targetConfigs 65e2acee45 code deployed in mspm0L1304 8 mesi fa
.ccsproject 65e2acee45 code deployed in mspm0L1304 8 mesi fa
.clangd 65e2acee45 code deployed in mspm0L1304 8 mesi fa
.cproject 576e1bf255 * Add dynamic adressing support (based on gpio 13, including sysconfig) 8 mesi fa
.gitignore 89ce4afffc Removed unnecessary Debug/* files. 8 mesi fa
.project 65e2acee45 code deployed in mspm0L1304 8 mesi fa
README.md 65e2acee45 code deployed in mspm0L1304 8 mesi fa
main_target.c 92cd570cc5 Verbesserung: Die Response zum externen I2C kann auch zwischen den slots measurement/control funktionen getriggert werden 7 mesi fa
main_target.syscfg d0c13cb239 Fix clock cycles aller PWMs auf 100kHz 7 mesi fa
test-mcu.py 1c24f24635 Fixed i2c communication with external mcu 7 mesi fa

README.md

Example Summary

Empty project using DriverLib. This example shows a basic empty project using DriverLib with just main file and SysConfig initialization.

Low-Power Recommendations

TI recommends to terminate unused pins by setting the corresponding functions to GPIO and configure the pins to output low or input with internal pullup/pulldown resistor.

SysConfig allows developers to easily configure unused pins by selecting BoardConfigure Unused Pins.

Example Usage

Compile, load and run the example.