STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 843 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],...

Takes 2 minutes to enter DFU mode?

Posted on March 09, 2017 at 22:58We're having problems at the moment getting our device (STM32F405ZGT6) to enter DFU mode, or rather, we can enter it, but it always takes a little over 2 minutes to appear. We have a push button switch to on the boar...

Resolved! Data mismatch with structure pointer

Posted on May 18, 2017 at 16:09Hello, I recently migrated from 8 bit processors and something that has always worked for me is showing some unexpected behavior. Clearly I am missing something very obvious to you 32 bit guys // define a structure som...