• stack boundary
    Hi all. I want to reduce stack size of some tasks. Currently all tasks are same stack size with 4-byte boundary due to use OS_STKSIZE of RTX and os_tsk_create(). So, I will need to use os_tsk_create_user...
  • Boundary scan
    I have the DS-5 with Dstream, and I want to do a boundary scan to find the stage of every pin, how do I do that? and where can I find the manual for this?
  • Boundary Scan
    Hi can anyone please explain me what's boundary scan in JTAG is?? and how it can be used to check the interconnect in PCB or inside an IC without connecting actual pin??
  • memcpy NOT on 32-bit boundary
    Running Keil 5.1 on Freescale K64 32MHz crystal. Trying to copy data into a two-dimensional array. Copying to an array lastRequestedHeader[3][14] from an array requestedPacket[14]. I have no...
  • 64K boundaries on DS80C400
    While executing the following code: char far * buf; buf=FARRAY(char, 0x8FFF0); printf("%p\r\n",buf); buf+=0x100; printf("%p\r\n",buf); I get the following result printed: x:08fff0 x:0800f0...