2022-03-23 04:52 AM
2022-03-23 06:10 AM
Yes, other people are also sometimes unable to run programs due to a variety of reasons including user error.
Perhaps add some details as to what you're trying and how it's "not working" in particular. We are not mind readers.
2022-04-08 12:21 AM
I tried to import program in cubeIDE. but it showed compatibility error and asked permission to change it. so I allowed the permission but there are several errors after that. And the most major issue is that the .ioc FILE is not imported in it so I can't access to the pin configuration and any other stuff. Is there any tutorial video on how to import the examples codes successfully and run them?
2022-04-08 01:37 AM
Description Resource Path Location Type
Program "make" not found in PATH PWM C/C++ Problem
WHAT SHOULD I DO WHEN THIS IS THE ERROR.
2022-04-08 07:06 AM
The vast majority of examples don't have an IOC file.
2022-04-08 10:46 AM
>>Is there any tutorial video on how to import the examples codes successfully and run them?
You usually just open the project or workspace file.
Examples actually written by engineers typically don't have .IOC files, those are typically created via a point-n-click interfaces assembling bits of boiler-plate.
Most of the NUCLEO-F207ZG examples in the CubeF2 HAL trees where designed to load as Projects directly into Keil, IAR, SW4STM32. To modify and adapt these you'd go in and edit the source files and add HAL function calls to perform the actions/operations desired. Or merge in other sections of code from other examples.
With CubeMX there should be a template for the NUCLEO-F207ZG, with all the pin details.
2022-04-08 02:00 PM
> I HAVE DOWNLOADED THE EXAMPLE CODES FROM ST ELECTRONICS
Which example? Is it from the Cube package or some other?
> Program "make" not found in PATH
CubeIDE installs its own copy of "make" so it must be there. Strange.
Ensure that the project directory path does not contain spaces and funny characters, and is not too long.