• 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
    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??
  • ADC Boundary Interrupt problem
    Hi, I've got a strange problem using ADC boundary interrupts in conjunction with UART baud rate generator. If I disable the baud rate generator, my ADC boundary interrupts occur perfectly when the...
  • 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?
  • The boundary of stack
    Hello, I have a scatter loading file that defines the stack as below: ARM_LIB_STACK 0x00BFFFFFF0 EMPTY -0x20000 {} In the compiled image, I can see these symbols (by running nm -g command): ...