Skip to content
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

STM32F103CBT6 - Blue Pill - Support #14

Closed
rtek1000 opened this issue Dec 6, 2019 · 2 comments
Closed

STM32F103CBT6 - Blue Pill - Support #14

rtek1000 opened this issue Dec 6, 2019 · 2 comments

Comments

@rtek1000
Copy link

rtek1000 commented Dec 6, 2019

Has anyone successfully tested this library with STM32?

It worked with Arduino Nano, but it didn't work with Blue Pill.

The SPI port signal seems to be working, the ACT LED lights up when the flash drive is inserted, but the library prompts you to insert the flash drive even with the flash drive inserted and the ACT LED lit. ("Attach flash drive first!")

The SPI port has no other devices.

@rtek1000
Copy link
Author

rtek1000 commented Dec 6, 2019

It worked. Seems to be a problem with SPI port remapping. It worked only with the unmapped SPI port, SPI1 on pins PA4, PA5, PA6, PA7. When remapping to PA15, PB3, PB4, PB5 did not work. In both cores for Arduino it worked with SPI1 without remapping. The problem is that these pins are also analog inputs, which I need to use with NTC sensors.

@rtek1000 rtek1000 closed this as completed Dec 6, 2019
@rtek1000
Copy link
Author

rtek1000 commented Dec 6, 2019

It worked with the SPI1 port remapped to the PB pins, but only using the INT pin. Without the INT pin did not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant