examples/natmod/features2 on rp2350 not working? #16592
Unanswered
jkorte-dev
asked this question in
RP2040 / Pico
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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