STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F0 Baud rate calculation macro

Posted on May 20, 2017 at 21:25From STM32F0xx_hal_uart.h/** @brief BRR division operation to set BRR register in 8-bit oversampling mode. * @param __PCLK__: UART clock. * @param __BAUD__: Baud rate set by the user. * @retval Division result */&sharp...

0690X000006073zQAA.png

High temperature substitute of STM32F042F6P6

Posted on March 15, 2017 at 19:19Hello,I am now using STM32F042F6P6 for control purpose on my gate driver board. However, the ambient  temperature requirement is changed to 120C compared to 85C before.Since STM32F042F6P6 can not work under this temp...

HAL_PCD_EP_GetRxCount returning wrong value ?

Posted on May 18, 2017 at 20:28I'm using  STM32Cube_FW_L4_V1.6.0 for long bulk transfers (up to 4096 bytes).   When the stm32 receives a packet longer that 64 bytes,  HAL_PCD_EP_GetRxCount returns a number 1-64 (e.g. a packet of 1024 returns a lengt...

Geoffrey1 by Associate III
  • 930 Views
  • 5 replies
  • 0 kudos

EEPROM-UNABLE TO WRITE

Posted on May 19, 2017 at 15:26Hi,We have  X-NUCLEO-IDS01A4 and tried to access the EEPROM by assembling R3. But unable to do it.Please provide any sample code.

STM32F207VEx: Ethernet Stucks after sometime

Posted on May 19, 2017 at 13:38Hi there,I am   using STM32F207VET and I have successfully Implemented Ethernet as TCP echo server(MII Full Duplex only).I have successfully connected my module with 5 clients over LAN and Exchanged data between them.A...

Any way to change colors in CubeMX?

Posted on May 17, 2017 at 19:26The highlight color of a selected function for a pin is dark blue with black text. That means it is impossible to read whatever it says. It seems to have been this way for a while. Do the programmers of STM32CubeMX nev...

Parallel LCD issue

Posted on May 19, 2017 at 12:28Hi,I am working on STM32F769BIT MCU. I have parallel 24 bit RGB data enable mode LCD Display.I have generated a code from STM32 CUBE and changed the settings related to PIN,PORT configurations related to R[0-7],G[0-7],...