• 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 with ULINKpro
    I am looking information about using ULINKpro to do Boundary Scan with JTAG (IEEE Std. 1149.1). It seems that ULINKpro should support this, but I can't find information or examples of anyone doing...
  • Boundary scan testing
    I'm working on STM32F407G-DISC1 board and for flashing I'm using JTAG of ST-link v2(external board not on board one). How can I do boundary scan testing in Keil ide or do I need any other tool for that...
  • KEYBOARD scanning
    I am developing an 8051 based keypad module. Problem i am facing is that program is scanning port very fast so that a simngle keypress will be taken as multiple presses. To over come this a delay was...
  • 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...