cancel
Showing results for 
Search instead for 
Did you mean: 

Errors with my project

Peter57
Associate

From a previous discussion and new thread created for new question:

Hello, thank you for your early reply.
I'm missing the STM32F429I_DISCO_REV_E01.ioc  file.
I try to add same simple Code to the Mail file in User section...

/* Infinite loop */

/* USER CODE BEGIN WHILE */

while (1)

 

// HAL_GPIO_TogglePin(GPIOx, GPIO_Pin)

HAL_GPIO_TogglePin(GPIOG, 13); // LED I want to look for LD3 ore LD4

/* USER CODE END WHILE */

/* USER CODE BEGIN 3 */

 

/* USER CODE END 3 */

 

I got this error message....

If I debug the Programm I got the Errors in the grafik.png, and the programm look like Stop.

 

I can't find the LD3 and the LD4 in the AutoCompled ....
so I think they are not configured. May be this a problem of mine, I don't anderstand

And short before I write my code, i see this comment

/* We should never get here as control is now taken by the scheduler */

 

Now I add the by "STM32 from a existing STM32CubeMX.ioc file.
after it. This will work with no error. Than i config GPIOG_pin13 and Build again, lots off errors occure.

How i can change the STMCubeMX file ?

Sorry, for the time you spend. Hope we mamage the Problem.

Thank you in advance , Peter

 

 

 

1 REPLY 1
Peter57
Associate

Hello, I think it is not useful to Split Same Problems into separate post.

this make it very complex to follow the way. But you rules.

 

Ok, back to the code generation of touchGFX.

i already open the xxx.ioc file with the newest Version of CubeMX .

Change it to my need and save it back to the Projekt. Than I Import it to cubeIDE again.

But this is not the problem. I must have the xxx.ioc file in my TouchGFX Projekt. To have a UI is nice but if ui and Board  a not possible to exchange Data for what is ti?

in this TouchGFX project I create a UI to display a value that I read from the ADC. But no xxx.ioc file in the project to configure the on Bord ADC to get the Value to display it in the UI.

my version of all stm software is fresh install last week, all newest version of win 64 type. Do it after the Set up Video online from STM.

Btw. My last Post was‘t solve. You move it to a other topic.

Thank you, peter