cancel
Showing results for 
Search instead for 
Did you mean: 

我在使用STM32CUBEMX生�?GUI代�?完�?�?�,在工程目录TouchGFX里�?�打开Applacation Template.touchgfx.part文件�?�,desigener报错,Error: 无法对 null 引用执行�?行时绑定,请问下这个问题怎么解决

Jzhan.81
Associate III

0693W00000BbjtdQAB.png

12 REPLIES 12

Yes,I use cubemx,here are my steps;

0693W00000Bbl5fQAB.png0693W00000Bbl5uQAB.png0693W00000Bbl6EQAR.png0693W00000Bbl6YQAR.png 

Here are a few things you can try :

  • Delete touchgfx/ folder and regenerate
  • Change the FW package from 1.4.1 to 1.3.0 and regenerate (delete touchgfx/ and Middleware/ folder before)
  • Change the toolchain to CubeIDE and regenerate (delete touchgfx/ folder before)

On another note, I see you are trying to use TouchGFX with Partial Framebuffer and FreeRTOS V2 with the G030 that has only 8Kbytes of RAM.

This will not work.

Please remove FreeRTOS and try to get a G070 at least.

/Alexandre

OK,I will try again according to what you said,thanks very much.