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

There is a bug in stm32f7xx_hal_i2c.c!!!!!!!!!!!

There is a bug in stm32f7xx_hal_i2c.c!!!!!!!!!!!​static HAL_StatusTypeDef I2C_Disable_IRQ(I2C_HandleTypeDef *hi2c, uint16_t InterruptRequest) { uint32_t tmpisr = 0U;   if ((InterruptRequest & I2C_XFER_TX_IT) == I2C_XFER_TX_IT) { /* Disable TC an...

emagn by Associate
  • 443 Views
  • 0 replies
  • 0 kudos

STM32F767 USB VCP

Hello,I have a problem with VCP on NUCLEO with STM32F767. There is no demo for STM32F7 and I have no idea how to start. My idea is to use USB periphery of STM32F767 for communication via VCP. Can you help me, please how to start or where I can find s...

Secondary boot loader + internal boot loader

Hello,I am considering to develop a small secondary boot loader for STM32F030xx.My idea is this BL checks the CRC of the application image and jumps to it if CRC matches. A second fallback image would be jumped to should the primary one be invalid (e...

ECost by Associate II
  • 1195 Views
  • 7 replies
  • 0 kudos

Resolved! NOR flash and Ethernet interfere each other in MPU ?

Hello,I have some strange behaviour:After adding external flash configuration to my application, the Ethernet stopped working (no ping).I validated that the following added code is responsible for this failure, but I don't understand why these config...

ranran by Senior II
  • 581 Views
  • 2 replies
  • 0 kudos

Resolved! How to configure ADC+DMA to have 3 conversions and get DMA interrupt when all 3 conversions are complete and converted values are available in predefined buffer of size 3?

I am using STM32F756 Eval board and trying ADC+DMA example.Example, is about one ADC conversion and the data is stored in variable using DMA.I am looking out for changes to be done in the configuration such that,After I start ADC conversion, I must ...

jagdish2 by Associate II
  • 675 Views
  • 3 replies
  • 0 kudos