DL40 chip

Does anybody know which chip is on DL40 module?
And more important, does anybody know any tutorial, how to reprogram this chip? How to access pins, read, write to pins …

http://www.tinyclr.com/forum/topic?id=7257 should help both of your questions really

Thanks. When i read post i skip the part which chip is used.

But how to write own program is not there. I also did’t find yet any code examples in official page (http://www.nxp.com/products/microcontrollers/cortex_m0/).

There is sample code on the bottom of this page

Great and thanks. I already watch this code and it was too much for me.
I need some book or online start guide. Possible for this (M0) chip.

No offence then, but it might be worth forgetting the DaisyLink stuff for a bit? What were you hoping to achieve, or needing to do?

Well extra processor power sounds great. I want to create own module with lot of analog inputs and interrupts. GMod is making one, but without interupts. (http://www.tinyclr.com/forum/topic?id=8588)
I did some assembler a few years ago. (writing some outputs, inputs, functions …) So i think, that i just need some good tutorial, and i will be back in the game.

I still don’t understand how Analog and Interrupts are related…

But you can look at the user manual of the LPC11AXX here http://www.nxp.com/documents/user_manual/UM10527.pdf

I am still learning. Apparently analog inputs can not have interrupts. If think thoroughly that is logic.
I am reading C Programming for Microcontrollers. It will take me 2 more days. I would prefer some book that is based on M0 chip, but for start it will be OK.
When i am done, i will go through the manual that you post it. Thanks.

@ Makla,
Please don’t post links to stolen books. :slight_smile:

That book is available from the writer/publisher here: http://www.smileymicros.com/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=26

2 Likes

I am sorry. I use google and didn’t ask questions.