-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the execute() can not support execute code large than 4K bytes. #46
Comments
if want support execute code size has no limited(ofcourse has RAM limited).
|
Could these somehow replace the existing |
yes! but i just give some code if someone need execute code large than 4KB. mostly code running in RAM less than 4KB. my case is special, it need initialize some SoC hardware peripherals, so the execute code very big. |
|
Hi:
because the execute use the writeBlock() API, it'll limited execute code size <= 4K bytes.
The text was updated successfully, but these errors were encountered: