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

Helped needed in USB Board bring up

Hi

i am working on USB , I have MCB2388 eval board , i have example code given by keil for storage memory it is working fine on my eval board, i am having my custom hardware with same hardware(same processor lpc2388 ) , but that code not working on my custom hardware , is there any changes i have to do like descriptors and drivers .

Thanks and regards
goran

Parents
  • He is saying that you (!) must understand what hardware differences there is between the reference hardware and your hardware.

    Based on these differences, you (!) must figure out if it is possible to modify the software to be able to work with your custom hardware. Or if your own hardware is totally incorrectly designed in ways that some functionality just can't be supported by the processor.

    None of the above can be done by us. It has to be done by you, because only you may have an idea what your custom hardware looks like.

Reply
  • He is saying that you (!) must understand what hardware differences there is between the reference hardware and your hardware.

    Based on these differences, you (!) must figure out if it is possible to modify the software to be able to work with your custom hardware. Or if your own hardware is totally incorrectly designed in ways that some functionality just can't be supported by the processor.

    None of the above can be done by us. It has to be done by you, because only you may have an idea what your custom hardware looks like.

Children