STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L0 ADC+TIM

//Enable ADC1 begin =========================================================================================================================================== RCC->APB2ENR |= RCC_APB2ENR_ADC1EN; __NOP();   ADC1->CR = 0; //off ADC   //ADC interru...

Jumping to Application inside main not working

Hi, I am using STM32f429 I am trying to do FOTA. After the bin file is flashed when I tried to jump from main using jump to run the code which uploaded at the other address not working the code get stuck into the hard fault handler can anyone help me...

AChan.15 by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

STM32L073CZ

Hi, I'm using the STM32L073CZ micro in a thermometer application.I've used CubeMX to create the base code and adapted it.I'm using ADC channel 1 for the temperature measurement, which is working correctly. I'm only initializing the ADC channel when i...

couldn't able to get the can bus working!!!

Hi,I have two projects. one project i have generated using cubeMX and another one i have imported from example project of STM32F769I_EVAL .I'm using Nucleo-f767zi board.I have configured both the projects in the same way but the STM32F769I_EVAL proj...

VPras by Associate II
  • 245 Views
  • 0 replies
  • 0 kudos

Setting the USART baud-rate

Hi Everyone,We have managed to increase the clock speed for STM32F722 using PLL. Now we are wondering how we can keep the baud rate of USART6 to 115200 bit/s (is there any function/capability in STM32F722 that automatically adjusts the USART clock di...

DHes by Associate II
  • 4217 Views
  • 10 replies
  • 1 kudos