serkanc
serkanc
2019.9.24 stmduino STM32F1 ... what is your board manager url ? I thought I''m using your repo ?
I copied your repo, deleted other stm2duino.com repo.... COmpiled for STM32f103R ``` C:\Users\serka\Documents\Arduino\hardware\Arduino_STM32\STM32F1\variants\generic_stm32f103r\wirish\boards.cpp:84:6: error: ambiguating new declaration of 'bool boardUsesPin(uint8)' bool boardUsesPin(uint8 pin) { ^~~~~~~~~~~~ In file included from C:\Users\serka\Documents\Arduino\hardware\Arduino_STM32\STM32F1\variants\generic_stm32f103r\wirish\boards.cpp:48:...
No luck :) `static const spi_pins board_spi_pins[BOARD_NR_SPI] __FLASH__ = ` I give up :) Thanks for your kindly reply....
I tried fresh from your STM32 Arduino fork, Sdfat from your fork. It compiles for F407 but for F103, BLINK example throw error... ``` C:\Users\serka\Documents\Arduino\hardware\Arduino_STM32\STM32F1\cores\maple/boards.h:112:7: error: ambiguates old declaration 'uint8...
Yes, I have compiled and tested. But SdFatEx was faster than Sdio... I have tried with 1 bus line...
``` // Sdfat config file should be added#if defined(__MK64FX512__) || defined(__MK66FX1M0__) || defined(__STM32F1__)` // #define INCLUDE_SDIOS 1 // #define ENABLE_EXTENDED_TRANSFER_CLASS 1 // In SdioF1.cpp //if (!cardAcmd(m_rca, ACMD6_XFERTYP, 2)) 2 must...
SPI was better and stable.
I will test it 4 bus width, then you can add it.
I’m using fgets method to read txt file line by line. But it’s too slow against to benchmarks. Can you give me advice for faster line reading of a txt...
If you click "Fetch LCSC from Schematic" Button in the Plugin, it fetchs the value of the field LCSC if available in schematic and if not available in the table....