arduino-STM32L4 icon indicating copy to clipboard operation
arduino-STM32L4 copied to clipboard

Results 23 arduino-STM32L4 issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello GrumpyOldPizza, First of all thanks for your effort of ported libraries to Nucleo. I am using the Nucleo L476RG as it is easy to buy (in Portugal) and test...

Hi, A question about the function getVBUS. I am using a Grasshopper board (LoRa), powered with two 1.5 batteries which give 3.2V. I am powering it through the LDO voltage...

Client inherits from Stream but read is declared in Client.h as: ```C++ virtual int read(uint8_t *buf, size_t size) = 0; ``` whilst the parent declaration in Stream.h is: ```C++ virtual...

Dear Thomas, Kris, I have a Dragonfly, a Butterfly and a Ladybug boards. I have uploaded a sketch to a Dragonfly, while the board manager was set to Butterfly and...

It would be very helpful if the Dir class (in FS.h) has a method that tells you if the current entry is a directory. It would make it much easier...

Because SeekMode enum doesn't match the defines in dosfs_api.h Suggested fix: enum SeekMode { SeekSet = F_SEEK_SET, SeekCur = F_SEEK_CUR, SeekEnd = F_SEEK_END };

fixes SPI.setBitOrder() not responding to MSB or LSB setting.

Dear Thomas/Kris, @GrumpyOldPizza @kriswiner As you know STM32L476RG board has RTC but it is not connected to a Battery. Hence I would like to use an external RTC like ds1307....

Using (void)param eliminates unused-parameter warnings generated by gcc on Linux.

I have problem using i2c comunication i am using mpu6050 i dont know why but the program is freezing and interrupts still working