I'm trying to use DMA to write to Flash on a cc2430, and found that HAVE_DMA must be defined for the main dma functions to work. But where do I define HAVE_DMA, or should that be defined already if the board has DMA Capabilities? (which it does according to the datasheet).
Sorry if this question might be a bit newbeeish, but thats exactly what I am, I started using Nanostack yesterday.
Thanks in advance
Susa
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to use DMA to write to Flash on a cc2430, and found that HAVE_DMA must be defined for the main dma functions to work. But where do I define HAVE_DMA, or should that be defined already if the board has DMA Capabilities? (which it does according to the datasheet).
Sorry if this question might be a bit newbeeish, but thats exactly what I am, I started using Nanostack yesterday.
Thanks in advance
Susa
This is defined in app.rules in your application directory.
Please see my recent post about Contiki, I recommend you get started there as NanoStack is not being maintained anymore.
- Zach