STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F103RGT6 - Confusion about adc pins

Hello.I want to use ADC in my STM32F103RGT6 Uc, but I don't understand what pdf's says about where the pins are.In this document We can see, that there are 3 ADC converters: ADC1, ADC2, ADC3.However, reading further on page 29, I can see alternate fu...

fifi_22 by Associate III
  • 444 Views
  • 1 replies
  • 0 kudos

Resolved! concatenate 2 byte arrayes

hi there I want to concatenate these 2 byte arraysuint8_t START_BYTE[2]={0x05,0x64};and uint8_t disunsini[]={0x15,0x3C,0x02,0x06,0x3C,0x03,0x06,0x3C,0x04,0x06};so I can get {0x05,0x64,0x15,0x3C,0x02,0x06,0x3C,0x03,0x06,0x3C,0x04,0x06};I used the code...

Ala by Senior
  • 2230 Views
  • 1 replies
  • 0 kudos

Resolved! Wrong clock source on Timer!

Hello,I am trying to program my TIM2 to set an interrupt every 100ms. As seen in the pictured that is attached, its APB runs on 170MHz. Given so, I have set the prescaler to 34000 and the counter to 500.It has been functioning correctly this whole t...

PMach.1 by Senior
  • 749 Views
  • 5 replies
  • 0 kudos

Product Service Life

Model Name: STM32F103RCDear Sir or Madam,Greetings from Korea.I’m a RA of a medical device manufacturer in Korea.I'm writing to ask about if you could provide any document which shows the product's service life.According to IEC 60601-1, Clause 4.4, w...

SWON.1 by Associate
  • 403 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F072RB HSE/32 RTC calibration

Hi,l'm using the STM32F072RB for a programmable periodic wakeup of a system. I have some troubles in the RTC calibration. I have a 8MHz crystal oscillator connected to HSE and, since I won't put in stop/standby mode the mcu, I would like to use it as...

FCope.1 by Associate II
  • 1399 Views
  • 5 replies
  • 0 kudos

Porting spi emulator to stm32f429

Hello everyone.I want to port SPI emulator library in master mode which is originally write for STM32F401RE-Nucleo to stm32f429. In application note AN4678 it says in order to make clock for we use TIM1 channel1 and channel2. In discovering the code...

STM32F7 use internal SRAM as data buffer

Hi everyone, I am new stm32 platform. Is there anyone can point me about using the STM32F7 internal SRAM code. Most if the example code is using the external SRAM. In my case, I am using the internal SRAM so I change the starting address to 0x2001 0...

SKold.1 by Associate
  • 487 Views
  • 2 replies
  • 0 kudos