Hi!
Depending on what you are wanting to achieve, you might want to add an overlay file in your application with this extra information, instead of modifying the device-tree of the board directly.
You should be getting some errors in the log in SES as well as the error window. Could you show me what kind of errors you're getting?
HI,
where can i find an overlay example to change the function of a gpio?
Thank you
HI,
where can i find an overlay example to change the function of a gpio?
Thank you
Hi,
I can't find one on the fly but give me the board you are trying to modify and I'll see if I can give you an example.
HI,
i'm using the nRF52_DK board,
Thanks
Hi, this overlay file added the node you wanted into the device tree.
/ {
res: res_ {
gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
label = "reset epaper";
};
};Hi,
where I put the overlay file? and how configure SES for use these file?
My file is SmartBug.overlay.
Thanks in avance
Put the overlay file in the same place as the Kconfig and CMakeLists.txt file and name it the same name as the board name you are building for and it will be included in the build (<board_name>.overlay).