Hello everyone, i'm working on a project that uses atbackend standalone for programming ARM related chips. On my current project im using ATSAM3X8E chip. This chip's GPNVM Bit is 0x00000000 (Boot from ROM ROM) by default. I need a atbackend console command to set these numbers. For instance;
"atprogram -t atmelice -i swd -d ATSAM3X8E -setGPNVMBIT 0x00000003"
The green part that i painted above is the command part i need. To sum up, i need to set chip's boot mode to Flash from ROM. After i need to upload my code into chip. Finally i need to set SecureBit true. And i'll be done. I appreciate all kind of helps and ideas. Thanks sincerely.