STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! My STM32F3 I2C won't send a start sequence.

I am using the STM32F30x_DSP_StdPeriph_Lib_V1.2.3 library following instructions given in stm32f30x_12c.c for the initilization:#define I2C_SHORT_TIMEOUT ((uint32_t)0x1000) #define I2C_LONG_TIMEOUT ((uint32_t) (10 * I2C_SHORT_TIMEOUT)) #define I2Cx_R...

sending and receiving udp packets ?

Hi,I use stm32h7 nucleo board and I have been trying to do ethernet communication with udp for a long time.I can ping without to be packet losses.I have only problem is that I can send packet to pc from my board but when I returned to the board from ...

Bilge by Associate III
  • 479 Views
  • 0 replies
  • 0 kudos

Vbus +5V

HiI plan to include the USB input of STM32F303 and am not willing to power up the board with the +5V of Vbus. The board will be supplied permanently with 3.3V. Is it necessary the connection of Vbus? If yes how i should connect it to the +3.3V Vdd of...

FAnag by Associate
  • 894 Views
  • 3 replies
  • 0 kudos

Resolved! [SOLVED] CAN callback never call

I'm working on an STM32L431 and I never be call on HAL_CAN_RxFifo0MsgPendingCallback. I have set a break point in this function but the debugger never stop on it.In my program:I have generated the code using CubeMx and I set NVIC on CAN1: Tx, RX0, RX...

AJouv by Associate II
  • 1026 Views
  • 4 replies
  • 0 kudos