Search found 3 matches

by SvenGlueck
Thu Sep 17, 2020 11:39 am
Forum: Other Boards
Topic: TM4C123G - def functions
Replies: 3
Views: 2077

Re: TM4C123G - def functions

Currently I am just using the REPL.
by SvenGlueck
Mon Sep 14, 2020 12:12 pm
Forum: Other Boards
Topic: TM4C123G - def functions
Replies: 3
Views: 2077

TM4C123G - def functions

Hi all, we are trying to get MicroPython work on the Tiva C Series TM4C123G. It is working pretty solid but we still have a big issue, which we were not able to resolve yet. When we define a function like following: def abc(): print('5') and call I afterwards with abc(), e get he following error: Tr...
by SvenGlueck
Thu Mar 26, 2020 5:19 pm
Forum: Other Boards
Topic: TM4C123GXL interrupt handler
Replies: 1
Views: 1421

TM4C123GXL interrupt handler

Hi all, I am new to this forum. So this will be my first post. I am currently working for a project at my university. In this project we arte trying to bring uP to the TI TM4C123GXL board. It is working good so far, but now I am stuck with interrupt handlers. I implemented the interrupt configuratio...