STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

1. What USB mode are supported by NUCLEO-F401RE which can be used to connect with PC 2. Can board connect as USB OTG? 3. NUCLEO-F401RE driver required for PC – Windows & Linux? If yes, are they available?

Want to Know all the USB stack supported by NUCLEO-F401RE extra of Virtual COM port, Mass storage, Debug port?NUCLEO-F401RE does support OTG?Interrupt Transfer is supported by NUCLEO-F401RE or have any near future plan to support?Driver for NUCLEO-F4...

CParm by Associate
  • 121 Views
  • 1 replies
  • 0 kudos

CH1 insted of CH3 in TIM_PWMOutput Example_LL

There is a bug in CubeH7 examples. Folder: STM32Cube_FW_H7_V1.7.0\Projects\NUCLEO-H7A3ZI-Q\Examples_LL\TIM\TIM_PWMOutputFile: main.cFunkcion: TimerCaptureCompare_Callback()Instead of "if (LL_TIM_OC_GetCompareCH1(TIM3) > ARR )" should be "if (LL_TIM_O...

JSzem.1 by Associate II
  • 116 Views
  • 1 replies
  • 0 kudos

Websocket over TCP implementation error

Hi,i made a webscoket server over TCP on STM32F429VI with lwip stack. I would like to use on local network. I used this nectonn examples for TCP communication. The connection and the websocket handshake works fine, the client can send a message to my...

STM32F103C8 as I2C SLAVE - I2C HAL_I2C_Slave_Seq_Transmit_IT sends address as the first data byte. HAL Bug ?

STM32F103 as Interrupt driven I2C slave . in the address callback Master READif (dir == I2C_DIRECTION_RECEIVE) // 0 {      data[0] = 0x55;       data[1] = 0xAA;     HAL_I2C_Slave_Seq_Transmit_IT(hi2c, &data[0], 2, I2C_LAST_FRAME);}On the wire (see pi...

0690X00000Bwl61QAB.png

Resolved! STM32F446VET USB FS Peripheral isn't working

Hi all,​I've met a weird issue, when using STM32F446VET chip to connect PC by USB, and PC alerts 'USB can't be recognized'.​I've go throught some related topics on the forum, but unfortunately all didn't help. For example,1) disable VBUS sensing2) in...

Azhan.1 by Associate II
  • 303 Views
  • 4 replies
  • 1 kudos