MaixPy-v1_scripts icon indicating copy to clipboard operation
MaixPy-v1_scripts copied to clipboard

ValueError: [MAIXPY]kpu: load_flash error:2006, ERR_NO_MEM: memory not enough

Open KuoEuran opened this issue 4 years ago • 0 comments

Hi, I am using the Maxiduino to load my kmodel which is 5.6MB. I follow https://en.bbs.sipeed.com/t/topic/1811 to make my kmodel be big-edian, and I use the command task = kpu.load_flash(0x174000, 1, 1, 60000000) Howerver, it appears the error. image Can anyone give me some advice to solve this error, tks.

KuoEuran avatar Jul 10 '21 09:07 KuoEuran