STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! BSP LCD drivers support for STM32F779

Posted on February 22, 2017 at 14:51Hi,I am currently working with STM32F779. Are there any STM32F779 BSP drivers for the LCD as there were in STM32F769? If not, where can i find any relevant example?I would appreciate any assistance.Regards,Ioannis...

Io D by Associate II
  • 454 Views
  • 1 replies
  • 0 kudos

STM32 Quadrature Encoder

Posted on February 21, 2017 at 21:50Hello guys,I would like to use an quadrature encoder for a motor control application on an STM32F303K8T6.Unfortunately the hardware gives me the following configuration:ENCODER_OUT_A -> PA2 (TIM2_CH3)ENCODER_OUT_B...

F030 SPi initialisation

Posted on February 22, 2017 at 06:45Hi, I am having trouble setting up the SPI port on a F030. The basic initialization codeThe Ports are setup for AF0 on ports B3,4,5    // set baud rate    SPI1->CR1|=SPI_CR1_BR_0|SPI_CR1_BR_1|SPI_CR1_BR_2;      //...

STM32F7 - Power Fault

Posted on October 01, 2016 at 08:57I am working on connecting a ESP8266-01 WiFi chip to the STM32F769NI-DISCO board. I have enabled UART5 in STM32CUBE and put EXT_SCL, EXT_RST and EXT_SDA into high impedance mode by putting them as inputs with NOPUL...

USb OTG FS Device Mode with STM32F412/411

Posted on February 09, 2017 at 03:07Hi all,I am currently trying to get USB OTG FS working with STM32F412/411 MCUs in device mode but unfortunately the PC doesn't recognize the device. Cannot figure out if it is a hardware or software problem becaus...

STM32 Flash Driver Not Available from STM32CubeMX

Posted on February 21, 2017 at 17:40Hi, I want to port a IAP CubeMx project for the STM32091C_EVAL board (https://github.com/borgel/STM32Cube-F0-Releases/tree/master/Projects/STM32091C_EVAL/Applications/IAP) to a custom board using the STM32F0CB. I ...