• TWIN-CAN and dave
    Hello, I used DAVE to get the basic setup for the twin-can module of an XC161 . In the suggested code I found some "funny" lines #define CAN_TXIPNDL (*((uword volatile far *) 0x200288)) #define...
  • TWIN-CAN and dave
    Hello, I used DAVE to get the basic setup for the twin-can module of an XC161 . In the suggested code I found some "funny" lines #define CAN_TXIPNDL (*((uword volatile far *) 0x200288)) #define...
  • DAvE - using RB_LEVEL??
    I recently updated my DAvE to 2.8 code generator. Since this it has added 'using RB_LEVELxx' to all interrupt routines. I understand it assigned a reg bank to use instead of the stack but since DAve...
  • DAvE - using RB_LEVEL??
    I recently updated my DAvE to 2.8 code generator. Since this it has added 'using RB_LEVELxx' to all interrupt routines. I understand it assigned a reg bank to use instead of the stack but since DAve...
  • Dave xmc4700 usb vcom
    Hello, I am currently using the following DAVE example USBD_VCOM_XMC47 on XMC4700. It works, I am able to see the traffic with Docklight on windows. I would like to know the speed of the emitted message...