• STM32, RTX and CAN Filter Message Index
    Hi, I'm designing an application receiving different configurable CAN frames. So I use the CAN_rx_object function to define them into the CAN filters. CAN_rx_object (U32 ctrl, U32 ch, U32 id...
  • STM32, RTX and CAN Filter Message Index
    Hi, I'm designing an application receiving different configurable CAN frames. So I use the CAN_rx_object function to define them into the CAN filters. CAN_rx_object (U32 ctrl, U32 ch, U32 id...
  • can we use bdata,sbit in lpc2148??
    I want to use the following code in lpc2148...but i am getting compile error.. bdata unsigned char bd1 ; #define status=0; sbit d0 = bd1^0; sbit d1 = bd1^1; sbit d2 = bd1^2; sbit d3 = bd1^3;...
  • can we use bdata,sbit in lpc2148??
    I want to use the following code in lpc2148...but i am getting compile error.. bdata unsigned char bd1 ; #define status=0; sbit d0 = bd1^0; sbit d1 = bd1^1; sbit d2 = bd1^2; sbit d3 = bd1^3;...
  • Drawcall will fail on Mali gpu when there is large index value diff in index buffer
    We are currently developing a new render technique for which we need to store non-trivial index value in index buffer and later use gl_VertexID to obtain vertex attributes manually(of course not directly...