You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp: In member function 'void RA8875::_sendRegFT5206(uint8_t, uint8_t)':
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp:5102:24: error: 'TWBR' was not declared in this scope
uint8_t twbrbackup = TWBR;
^
Se encontraron varias bibliotecas para "Wire.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\Wire
No usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\WireSlave
Se encontraron varias bibliotecas para "SPI.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\SPI
Se encontraron varias bibliotecas para "RA8875.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70
exit status 1
Error compilando para la tarjeta Generic STM32F103C series.
`
So what can I do?
Thank you so much
The text was updated successfully, but these errors were encountered:
Hi,
I want to implement the RA8875 with an STM32, I have tried with the examples and it reports:
`
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp: In member function 'void RA8875::begin(RA8875sizes, uint8_t)':
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp:432:11: error: cannot convert 'volatile uint32* {aka volatile long unsigned int*}' to 'volatile uint8_t* {aka volatile unsigned char*}' in assignment
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp: In member function 'void RA8875::_sendRegFT5206(uint8_t, uint8_t)':
C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70\RA8875.cpp:5102:24: error: 'TWBR' was not declared in this scope
uint8_t twbrbackup = TWBR;
Se encontraron varias bibliotecas para "Wire.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\Wire
No usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\WireSlave
Se encontraron varias bibliotecas para "SPI.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\hardware\Arduino_STM32-master\STM32F1\libraries\SPI
Se encontraron varias bibliotecas para "RA8875.h"
Usado: C:\Users\pirul\OneDrive\Documents\Arduino\libraries\RA8875-0.70
exit status 1
Error compilando para la tarjeta Generic STM32F103C series.
`
So what can I do?
Thank you so much
The text was updated successfully, but these errors were encountered: