• How to deal with the AHB slave only supporting word access ?
    Hi there,   Here is an AHB slave module which only supports word access (HSIZE[2:0] = 3'b010).   I plan to put it in a SoC, in which masters and interconnect could  launch byte, half-word and word transcation...
  • How to deal with the AHB slave only supporting word access ?
    Hi there,   Here is an AHB slave module which only supports word access (HSIZE[2:0] = 3'b010).   I plan to put it in a SoC, in which masters and interconnect could  launch byte, half-word and word transcation...
  • How to deal with va_xxx constructions?
    Hello, I have the following piece of code: static void *Circle_ctor( void *_self, va_list *app ) { struct Circle *self = ( (const struct Class *) Point )-> ctor( _self, app ) ; self->rad =...
  • How to deal with bypass mode?
    I download the CAN example from " http://www.keil.com/appnotes/docs/apnt_181.asp " .When I debug the project,It shows "Device cannot enter bypass mode,Connection to target missing or incorrectly" ...
  • How to deal with bypass mode?
    I download the CAN example from " http://www.keil.com/appnotes/docs/apnt_181.asp " .When I debug the project,It shows "Device cannot enter bypass mode,Connection to target missing or incorrectly" ...