I use Sublime Text:
https://github.com/glock45/teensy31boilerplate
Type: Posts; User: glock45
I use Sublime Text:
https://github.com/glock45/teensy31boilerplate
Which version of Android and which device do you use ?
Did you try with other phone ?
1993
As you can see it works now :) I did a mistake with addressing PORTC_PCR5 register. The correct value of address is [0x4004B014].
Here is a working version of the source code:
...
I updated the source code. All files are available here: https://gist.github.com/glock45/63c421639deb492dabe3
Still no success. Putting more data so maybe someone will notice bugs.
Results of...
Hi all. I like to know what is going on under the hood so I started from developing a simple app in assembler language. The app should just turn on the LED. I checked everything several times but no...