• HW Development Board for Arm Mali-C52
    We are looking for a hardware development kit for Arm Mali-C52. I see that Arm does not provide such a platform. Are there any 3rd party solutions for this IP?
  • HW Development Board for Arm Mali-C52
    We are looking for a hardware development kit for Arm Mali-C52. I see that Arm does not provide such a platform. Are there any 3rd party solutions for this IP?
  • forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • Cx51 "const far" struct declaration
    Hello, I'm having some problems regarding const far memory type in Cx51... Using the following declarations, the variables aren't being initialized correctly, and accessing them, results in values...