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

How do i use HAL_ADC_ConfigChannel to read temperature sensor value in stm32f413 (and getting temperature instead of vbat)?

Hi,i generated HAL code with the latest version of stm32cubemx and the latest stm32f4 software package. In the pinout configuration of stm32cubemx i checked the temperature channel, therefore the vbat is unchecked.Using the function HAL_ADC_ConfigCha...

KPirs by Associate
  • 1006 Views
  • 0 replies
  • 0 kudos

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
  • 406 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
  • 1089 Views
  • 7 replies
  • 0 kudos