Hi,
I am using WiRA SDK 10.440.8.6. My firmware is above 512KB and the following link helps to configure the Dialog to increase the code size partition to 1 MB from a 512KB.
http://lpccs-docs.dialog-semiconductor.com/tutorial_da1469x_supporting_f...
How do we handle this in production? Can we write this into the firmware code itself so that when we flash the firwmare, we can set the CACHE register to 0x5 and the code size is increases to 1 MB?
Or is there any script that can be executed on the Windows before I flash firmware which will do this instead of using Smartsnippets Toolbox and going through the UI to configure to 1 MB code size ?
Thanks and Regards,
Subramanyan
Keywords:
Device:
Hi Subramanyan,
谢谢你的问题。你可以使用我们的Production Line Tool (PLT) in order to burn the specific register value in the OTP Configuration Script.
//www.xmece.com/products/production-line-tool
Otherwise, the CLI could be used in order to burn the Configuration Script. So, your own production should be to run the uartboot.bin and execute the proper command to burn the specific field. Please see section 29.2 onUM-B-083 SmartSnippets Toolbox User Manual (HTML).
http://lpccs-docs.dialog-semiconductor.com/UM-B-083/cli/command_line_if.html
Thanks, PM_Dialog