batteries keyboards and assembly language
Posted: Tue Jan 29, 2013 2:53 am
>Can I buy a panasonic ml2020 battery from you ?
We do not sell components, they are available from Digikey, Mouser or Newark.
>I\'m going to buy a few more boards to connect together using spi or i2c one
for console keypad display, other for io, sensors whatever. Any info would be
helpful. Do you sell arrow keypads with displays ?
There are some examples in the programming section on the Coridium website, also
some here in the files sections
>Also if I use the armmite boards 29 dollar versions I will need the hardware
dongle to program them, correct ?
You only need 1 dongle for programming, once programmed the dongle is not
necessary
>Is it possible to link in assembler files with this compiler and if so how?
The C is based on Gnu gcc, so that is where you would find documentation on the
assembler and linking. Just FYI, we find the C compiler is often better at
optimizing than can be done easily in assembly language. And we only use
assembly language for initialization.
We do not sell components, they are available from Digikey, Mouser or Newark.
>I\'m going to buy a few more boards to connect together using spi or i2c one
for console keypad display, other for io, sensors whatever. Any info would be
helpful. Do you sell arrow keypads with displays ?
There are some examples in the programming section on the Coridium website, also
some here in the files sections
>Also if I use the armmite boards 29 dollar versions I will need the hardware
dongle to program them, correct ?
You only need 1 dongle for programming, once programmed the dongle is not
necessary
>Is it possible to link in assembler files with this compiler and if so how?
The C is based on Gnu gcc, so that is where you would find documentation on the
assembler and linking. Just FYI, we find the C compiler is often better at
optimizing than can be done easily in assembly language. And we only use
assembly language for initialization.