stedgeai generate change default memory location in octoflash target stm32n6 st-neural-art
Hello,
Im trying to use the stedgeai generate command and want to move the data that gets located in the octoflash which seems to default to name=octoFlash offset=0x71000000 at times. Id like to relocate it at another position in the octoflash because i need to run several models. I tried adding the following that I found in an example and the output does not change at all from running it with the following options or not:
--binary --address 0x810000
or
--binary --address 0x810000 --copy-weights-at 0xD0000000
I found these examples via a search but as I said they dont seem to change the output.
What am i doing wrong, I would like to change the default 0x71000000 to say something like 0x73000000, how can i accomplish this? I also tried to just change that in the network.c file, that didnt go well, just locked up the project at run time.
Thanks
