- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
TSK_TX_MEM ORY_WRITE_ 64
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-11-2012 09:03 AM
Hello together,
I try to send a memory-write-message to my application using TSK_TX_MEMORY_WRITE_64.
The first 32 bits of the payload are trasmited correctly but not the rest ! Any idea how can I fix it ?
Regards
- Raad
PS. my code looks like this:
DATA_STORE[0] = 8'h01; DATA_STORE[1] = 8'h02; DATA_STORE[2] = 8'h03; DATA_STORE[3] = 8'h04;
DATA_STORE[4] = 8'h05; DATA_STORE[5] = 8'h06; DATA_STORE[6] = 8'h07; DATA_STORE[7] = 8'h08;
TSK_TX_MEMORY_WRITE_64( DEFAULT_TAG,
Re: TSK_TX_MEM ORY_WRITE_ 64
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-14-2012 04:41 AM











