100元RMB辛苦费,请帮忙解决emwin5.28的移植问题

2019-12-28 17:50发布

如题:移植完成了,但是运行到:

int LCD_X_DisplayDriver(unsigned LayerIndex, unsigned Cmd, void * pData) {
  int r;
  (void) LayerIndex;
  (void) pData;
  
  switch (Cmd) {
  case LCD_X_INITCONTROLLER: {
    //
    // Called during the initialization process in order to set up the
    // display controller and put it into operation. If the display
    // controller is not initialized by any external routine this needs
    // to be adapted by the customer...
    //
    // ...
    Init_RA875();       
    return 0;           //到这里,退出后进硬件错误中断。
  }
  default:
    r = -1;
  }
  return r;
}

运行完   Init_RA875();       
            return 0; 进入:
void HardFault_Handler(void)
{
  /* Go to infinite loop when Hard Fault exception occurs */
  while (1)
  {
  }
}
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
26条回答
bitter_rain
1楼-- · 2019-12-31 13:08
jaygeng 发表于 2017-5-12 18:13
我也觉得

直接交给别人搞的,我都没问改的哪里
jaygeng
2楼-- · 2019-12-31 18:55
bitter_rain 发表于 2017-5-13 19:05
直接交给别人搞的,我都没问改的哪里

哦,这样没办法了。不过经过论坛上的大神指点,我好像把库存在的问题看作问题了,浪费很多时间

一周热门 更多>