Jump to content

Recommended Posts

Posted

I’ve decided to try and develop an assembler app for MIOS, got a little setup of 6 buttons, 4 encoders, LCD and LEDs. Am OK with hardware side, but am a bit lost with where to start with the software.

Have read the guides, but is there any kind of simple app that I could modify to do this:

Press a button or turn an encoder to get a message on the LCD, extend this to light some LEDs as well. Just as a first step.

Am no stranger to assembler (or C) but it was a long time ago….

Any pointers would be appreciated.

TIA

S

Posted

Basically what you are saying translates to this:

"Hi! I would like to do something very simple the hardest way possible. Just because I want to. Then I noticed it's actually pretty hard. Can someone pretty much solve the problem for me and hand it to me... cause I really wanna do it the hard way for no apparent reason."

I don't mean to sound rude, but seeing how you have no clue where to start of - if you do not have a really good reason for doing it in assembler, don't. If you really need to do it in assembler, do it in C first. Easier on the eyes and the structure of a MIOS app is the same either way. Then when you actually know how stuff is going to work, redo it in asm.

Anyways, here's what you need:

- .\mios_base_v1_1\apps\templates\asm_skeleton\

- http://ucapps.de/mios8_fun.html

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...