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

SPI module for XC2000

Hello,

I'm working on the XC2000 microcontroller, and I'd like to use the SSC (SPI) module with the fifo option. could you please send me if you have any application note for this purpose.

Thank you
Best regards

Parents
  • I believe there is an application note for the USIC AP162900 on the Infineon website.

    However, if you wanted to use the FIFO mode I would suggest using DAvE as this can generate the code to initialized the USIC channel for SSC (SPI) mode. There are options to configure the FIFO's as you desire.

    You don't need to use the complete DAvE project if you don't want. You can just use/review the generated SSC module code as your reference/guide with your existing code.

Reply
  • I believe there is an application note for the USIC AP162900 on the Infineon website.

    However, if you wanted to use the FIFO mode I would suggest using DAvE as this can generate the code to initialized the USIC channel for SSC (SPI) mode. There are options to configure the FIFO's as you desire.

    You don't need to use the complete DAvE project if you don't want. You can just use/review the generated SSC module code as your reference/guide with your existing code.

Children