This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I set the GPIO using sysconfig and checked the normal operation through the compiling and downloading process.
After that, there was a pin number modification, so it was confirmed that the code was automatically changed when the pin number was changed using sysconfig again, but it did not seem to change the existing source code. Can't it be changed automatically?
Yes you should be able to change that. Can you show me in some screenshots?
Make sure if you use a GPIO, name it using SysConfig, let's say "SHIN_GPIO". Then you select your GPIO number, let's say "GPIO10".
In all of your c-code use "SHIN_GPIO".
That way when you change the GPIO number to another number, "SHIN_GPIO" is automatically updated by SysConfig and everything across all files work!
thx for reply.
i mean
You can see that the code is well generated.
The project below is not updated.
Is it possible to change it in sysconfig automatically to project?
sorry.. not gonna be changed ..
When I build, it is built with the version before modification in sysconifg.
Maybe because the location of the generated source is different?
As you can see below, I forcibly put it under the device folder. Not Generated Source.

Ohhhh yes the AUTOGENERATED content always goes under CPU1_RAM -> syscfg folder which is always included in the project. You don't need to move it.