This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

startup_ccs.c



How is startup_ccs.c  generated? 

I have copied usb_dev_serial intop another source file. The startup that is generated in this code is missing things that are in the usb_dev_serial startup. 

Just wondering where/how the startup gets built

  • Hello Patrick,

    There default startup file is what is copied. Any new functions (Interrupt Handlers) that need to be added are to be done by the user.

    Regards
    Amit
  • Thank you. I am still fighting to get my USB CDC project recognized by windows. As I said in an earlier post I basically copied the usb_dev_serial example code into my project and windows wont recognize it. Windows does know that the device has been plugged in but after a few seconds I get the windows message that the USB device has malfunctioned and windows did not recognize it.
    I noticed some differences in the start-up code for each project, usb_dev_serial and mine, I will try to reconcile the differences between the two and keep plugging away. Any other suggestions you might have would be greatly appreciated.
    Thanks Again,
    P
  • Hello Patrick,

    Instead of copying in the code, it would have been easier to take the usb_dev_serial code and make amends to the same. None at this point as I may have to go back to the other thread to see what can be the issue.

    Regards
    Amit
  • yes. im thinking it might have been easier to add to usb_dev_serial as opposed to adding usb_dev_serial to code. That will be my next try if I cant get this going.