Page 1 of 1

Release 1.8.0 is available

Posted: Fri Dec 20, 2019 2:11 pm
by fpiSTM
Main info:
  • Introduce MP1 (cortex M) support
  • HardwareSerial Half duplex
  • Allow to enable HAL module only
  • Binary file size decreased (up to 4kb)
  • CMSIS DSP could be used
  • Support precompiled libraries
  • Added the repeated-start feature in I2C driver
Full detail here:
https://github.com/stm32duino/Arduino_C ... /tag/1.8.0

Re: Release 1.8.0 is available

Posted: Fri Dec 20, 2019 3:37 pm
by zoomx
Just updating....

Re: Release 1.8.0 is available

Posted: Sat Dec 21, 2019 7:38 am
by NasTor
thank you very much !

Re: Release 1.8.0 is available

Posted: Tue Jan 14, 2020 2:44 pm
by TFTLCDCyg
Thank you!. 1.8.0 installed.

Since the version 1.6.0, the pin mapping of the nucleo-F767 variant does not address the SPI1 and SPI3 pins correctly. I enclose the mapping that I used to access both buses.

With this mapping it is possible to simultaneously activate FT81X chip screens (in SPI1) and a mixroSD reader (in SPI3), using a library modification for the 23X gameduino, which we have called GD23ZU. The screen is connected on SPI1 (PA4, PA5, PA6, PA7) and the micro SD reader on SPI3 (PB11, PB2, PB4, PB3).

The library used to access the microSD is the latest version of Greiman's SdFat.
PeripheralPins.zip
(4.63 KiB) Downloaded 379 times