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! Slave I2C interrupt issues

I am struggling to find working examples to work with FreeRTOS in an interrupt mode.I use the function HAL_I2C_Slave_Transmit_IT() This enables the interrupt as well as setting up the data.It works to a point, then the remote Master send a Nak and 8 ...

Mike xx by Associate III
  • 1449 Views
  • 2 replies
  • 0 kudos

How do I output an Integer over USB?

I am trying to send some communication from an Nucleo-F412ZG board over USB. I am currently using CDC_Transmit_FS function but this seems to only send char values and I would like to be able to send an uint8_t variable and have it come out as a meani...

GTann.1 by Associate II
  • 750 Views
  • 1 replies
  • 0 kudos

How to send data over USB using Nucleo-L053R8 ?

Hi community, I am trying to use a Nucleo-L053R8 board to send data over USB without much success. The purpose of my project is simply to test the USB communication by sending string over USB Port as a first step before sending the sensor data. When ...

fakhfakh by Associate
  • 1046 Views
  • 1 replies
  • 0 kudos

Resolved! Verify if it is safe to continue I2C communication after I2C transaction instead of using HAL_Delay

I made an I2C communication between STM32U585 uC to an I2C EEPROM and it worksI do the following  but if I remove the HAL_Delay(10) or minimizes it to less than 10msec things are not working well, the second call I2C_Master_Transmit fails.Is there's ...

0693W00000aIwB7QAK.png
bmn by Associate II
  • 2281 Views
  • 8 replies
  • 0 kudos

how to enter the USB DFU mode in STM32L162VE?

Currently, I am using the STM32L162VE custom board. I want to enter the USB DFU mode but am not able to enter the mode. This chip supports the USB and USART pre-programmed bootloaders. I have referred to the application notes AN2606 and AN3156. I did...

0693W00000aIvUhQAK.png 0693W00000aIvVBQA0.png 0693W00000aIvVLQA0.png
VNasa.1 by Associate
  • 1338 Views
  • 3 replies
  • 0 kudos