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条回答
sigma318
1楼-- · 2019-12-30 16:16
100元有点那个了。。。
sigma318
2楼-- · 2019-12-30 17:15
100元有点那个了。。。
bitter_rain
3楼-- · 2019-12-30 20:06
sigma318 发表于 2017-4-16 17:08
100元有点那个了。。。

现在已经花了1000了。

不会的很难,会的很简单。
jaygeng
4楼-- · 2019-12-30 21:24
bitter_rain 发表于 2017-4-18 18:31
现在已经花了1000了。

不会的很难,会的很简单。

已经都解决好了?我也遇到了类似问题
pyroseeking
5楼-- · 2019-12-31 01:21
 精彩回答 2  元偷偷看……
jaygeng
6楼-- · 2019-12-31 07:11
pyroseeking 发表于 2017-5-12 17:41
解决了问题,能否公布下,有时候也遇到类型的情况也可以参考参考

我也觉得

一周热门 更多>