SIMtrace2 (based on AT91SAM3), firmware and host tools, including card emulation https://osmocom.org/projects/simtrace2
Go to file
Christina Quast c8bf9f112a Fixed address bug in phone_test.c main
The second argument for PIO_Configure is the list size,
which can be determined using the macro PIO_LISTSIZE.
You should pass the list (which is an array of pins) to it.
Refrain from passing the ADDRESS of the list to it, otherwise
the pin configuration is never applied and you find yourself
debugging for 3 days.

In other words:
It's working, don't touch it or it will break again!
2015-01-29 17:39:23 +01:00
minimal minimal testprog (not working) 2014-11-22 19:48:48 +01:00
sam3s_example Fixed address bug in phone_test.c main 2015-01-29 17:39:23 +01:00
clk_calc.py Clock calculator python script 2014-12-05 15:51:13 +01:00