We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!
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
Thanks naresh for your detail I can use ISD51 now! Good days!
Thank Andrew and Jon very much,too!