STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC can't connect when some code added

I can get my USB CDC on Nucleo-144 recognized from Device Manager. It will appear like COM8 and Terminal Emulator can connect to it. I can even echo back data received.Just when I add some minor functionality in the while loop in main() (like check f...

ABuzo.1 by Associate
  • 694 Views
  • 2 replies
  • 0 kudos

L496 DFU Serial Number Changes Every Power Cycle

I believe there is a bug with the L496 series and the serial number the DFU firmware returns. Whenever I unpower and repower my board I get a different 12 digit hex number, for example this:05FA03B042C5becomes F0F30783F95Cafter next power cylce and ...

ASINA.1 by Associate
  • 511 Views
  • 2 replies
  • 0 kudos

STM32F4 LL I2C DMA - AT24C32 EEPROM read/write

Hi!I created a simple test project based on the example "I2C_OneBoard_AdvCommunication_DMAAndIT" found in the STM32Cube_FW_F4_V1.25.2 package.The project basically works, but I have to take the number of data to be sent one more than the amount to be...

PTiha by Senior
  • 1974 Views
  • 0 replies
  • 1 kudos

Can I use ST's VID and PID?

HelloI'm using the USB CDC class on my STM32H7.Currently, I am using ST's VID (0x0483) and PID (0x5740).I have four questions.1.Can I use ST's VID and PID in our final product version?2.If so, can I redistribute ST's Virtual COM Port driver to our cu...

KKado.1 by Associate II
  • 1295 Views
  • 2 replies
  • 0 kudos

STM32F103 I2C DMA HAL bug

Hello, I had problems with setting up HAL_I2C_Mem_Read_DMA() function. Firstly I only defined the Rx DMA channel, but the program was still ending in HardFault_Handler(). After a long debugging I found bug in the "static void I2C_DMAXferCplt(DMA_Hand...

PDoub.1 by Associate
  • 810 Views
  • 0 replies
  • 0 kudos