This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Device Name set question

修改Device_Name.jpg

After programming, the device name cannot be changed. Is there any solution that can achieve? I know that I can change the paramter from the function in attached file. But I need the method can make me change the device name after programming. and the p_dev_name is need const parameter

  • On second thought, you can do it using pstorage for updating device name and const to read its value. Knowing exact address in flash in wich pstorage will keep your device name you can declare your const as described in the link in #1 with start address that you can calculate from pstorage and 32 bytes length.

Related