STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I made custom board using stm32f207 MCU and In few of board I have faced issue that board stops working after some time and, In STM Utility it shows RDP readout protection level FF and it doesn't execute the code and unable to reprogram.

Read out protection issue ,I am unable to reprogram the board and the previous code is not executing as well. I have faced this issue in multiple boards .I am unable to debug this issue since long and the last option is to replace mcu with new one. A...

TVARS.1 by Associate II
  • 825 Views
  • 4 replies
  • 0 kudos

Resolved! Differences between the I2C1 and I2C2 modules on STM32L0

I am trying to get a simple I2C connection running and the I2C1 peripheral on a STM32L052 is giving me hell. Here is what I have done so far:I have written a simple driver for STM32L053 using I2C2 with interrupts. I have tried it on a couple of diffe...

Dim N by Associate II
  • 4976 Views
  • 7 replies
  • 0 kudos

Resolved! RTC Problem with STM32F429ZIT6

With STm32F429ZIT6 the RTC battery used is 3.6V Ni-Cd and the RTC crystal used is 32.768khz. Initially, it works well for some days but after 1-2 months RTC date and time get reset to default value every time system is power reset. Need help to resol...

APAL.1 by Associate II
  • 2452 Views
  • 19 replies
  • 0 kudos

300 LSB error ADc reading in STM32H743BI controller

static void MX_ADC1_Init(void) {   ADC_MultiModeTypeDef multimode; ADC_ChannelConfTypeDef sConfig;   /**Common config */ hadc1.Instance = ADC1; hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV4; hadc1.Init.Resolution = ADC_RESOL...

ykn by Senior
  • 409 Views
  • 2 replies
  • 0 kudos