-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
0.3.0 Regression testing (GIGA and NANO 33 BLE SENSE v2) #91
Comments
Update:
tried at 12 and 10mhz. Have to investigate further. |
UPDATE 2:
At 50Mhz it looks like I am getting the same write./read speeds as at 32mhz. Its like the SPI clock is capped at 30 mhz?
This signicantly slower than on the mbed verstion: https://forum.arduino.cc/t/sdfat-tests-on-giga-r1/1198629?_gl=1*14hq6nr*_up*MQ..*_ga*MTI2OTI0NTA3MS4xNzQzNDQ3ODc1*_ga_NEXN8H46L5*MTc0MzQ0Nzg3NC4xLjAuMTc0MzQ0Nzg3NC4wLjAuMjE0NTU0Mzc5OA..
|
Not sure how you want me to document this stuff but made it an issue.
**Nano sense ble 33 rev2
=======================**
I2C:
Scanner: works
BMI270-BMM250 Dual sensor sketch:
Works again with the addition of atan2 to llext_exports.c
SPI
SDFat: 8mhz, cs pin 10
Threading:
thread_create: works
thread_define: fails
Nano sense ble 33 rev2
I2C:
Scanner: works
BMI270-BMM250 Dual sensor sketch:
Works again with the addition of atan2 to llext_exports.c
SPI
SDFat: 8mhz, cs pin 10
Threading:
thread_create: works
thread_define: fails
==============================
GIGA R1
=================================
GC-2145
Still seeing same issue as in Issue
Threading:
Thread_create: works
thread_define: works
thread_nested_mutexes: works
thread_semaphore: works
CPP zephyr examples:
hello_cpp_world: fails
cpp_synchro: works
I2C:
BMI270 (sparkfun)/BMM150 (DFROBOT) dual sensor: looses com port just like nano:
Added atan2 to llext_exports.c and BMI270 was recognized and sketch ran normally
SDRAM:
Write 8mb of SDRAM Test: passed
QSPI:
Works
The text was updated successfully, but these errors were encountered: