examples/natmod/features2 on rp2350 not working? #16592
Unanswered
jkorte-dev
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
The arch should be checked when the natmod is loaded, so that seems correct. Can you check what actual values you get on RP2350 (the incorrect ones vs expected)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I had an issue using floats in a native module on rp2350 and therefore tried the feature2 natmodule example.
Feature2 from the examples compile for arch armv7emsp behaves different on rp2350 and stm32f411:
I tested the same features2.mpy build on a backpill and a pico 2w:
Correct calculation (stm32f411):
wrong/failure on rp2350:
on import
https://github.com/micropython/micropython/blob/master/examples/natmod/features2/test.py
is executed
Is arch armv7emsp wrong for rp2350, which one is the right one?
Beta Was this translation helpful? Give feedback.
All reactions