Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - sending data from io-pkt module upon DMA completion: Page 1 of 5 (5 Items)
   
sending data from io-pkt module upon DMA completion  
Hi, 
I'm using a chip with internal DMA block.
When DMA completes I'll get a pulse from DMA ISR.
I'm writing io-pkt module that'll send the data upon DMA completion.
Can I use pulse_attach() function and send all the data(few megabytes) 
from inside the  pulse handler or should I use nw_pthread_create() to create separate thread ?
Can if_output() function be used from multiple threads/pulse handler or
some semaphore should be locked?

Thanks,
Yura