This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

What hardware does ISD 51 need?

I'd like to use ISD51
But what hardware do I have to prepare for using it?
Could anyone tell me how to use it and how to connnect the interface?
Thanks in advance!

Parents
  • Hi Nocky

    i had already discussed this,search for that.

    go through following:

    No hardware is required for ISD51.
    internal target resources:
    Timer,DATA memory,serial bus are used.

    u will have to include ISD51.h in main file
    and copy ISD51.a51 to project.

    1)initialise UART to required baud rate.
    2)enable serial interrupt.
    3)call ISDinit() function.
    4)call ISDcheck() function for check point.
    5)burn above code in the flash of target

    take care that target parameters setting of keil IDE(baud rate ) and target board CPU code matches.

    regards
    Naresh Rana

Reply
  • Hi Nocky

    i had already discussed this,search for that.

    go through following:

    No hardware is required for ISD51.
    internal target resources:
    Timer,DATA memory,serial bus are used.

    u will have to include ISD51.h in main file
    and copy ISD51.a51 to project.

    1)initialise UART to required baud rate.
    2)enable serial interrupt.
    3)call ISDinit() function.
    4)call ISDcheck() function for check point.
    5)burn above code in the flash of target

    take care that target parameters setting of keil IDE(baud rate ) and target board CPU code matches.

    regards
    Naresh Rana

Children