STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC Time updated on reset

Hi,I'm running RTC on LSI Clock and transmitting data via UART2 but the RTC is not displaying updated values but while on reset it is showing updated values as shown in below image.Thanks & Regards,Vijay Rakesh.// Gobal Variable's RTC_HandleTypeDef ...

0690X000006DFmvQAG.jpg

Resolved! STM32F100C8T6 can't generate sinewave of correct frequency

The chip I am using is STM32F100C8T6.  I want to generate a sine wave with 40Khz between 0 to 2V ,but I cant't get correct frequency. I have finished reading STM32F100 datasheet (RM0041) and AN3126,AN4566. After that,I am writing a program based on t...

0690X000006DFk6QAG.png 0690X000006DFkBQAW.jpg
cTomm by Associate II
  • 742 Views
  • 3 replies
  • 0 kudos

how to declare byte in STM32

I am using in adruino declarationuint16_t x;...byte lowerByte = lowByte(x); byte upperByte = highByte(x);Wire.beginTransmission(0x23); //Slave Address Wire.write(lowerByte); Wire.write(upperByte); Wire.endTransmission();to send bigger numbers over I2...

MNapi by Senior III
  • 1521 Views
  • 2 replies
  • 0 kudos

Resolved! The audio player demonstration

Dear In Application note AN3126 noticed that : “The audio player demonstration described in this section is a part of the STM32100B-EVAL demonstration firmware, which can be downloaded, together with the associated user manual (UM0891), from the STMi...

Bug in STM32L1 SDK (LL) samples

Projects\STM32L152RE-Nucleo\Examples_LL\USART\USART_Communication_TxRx_DMA\Src\stm32l1xx_it.cDMA handlers clear wrong flag (GI instead of TC):void DMA1_Channel6_IRQHandler(void){ if(LL_DMA_IsActiveFlag_TC6(DMA1)) {   LL_DMA_ClearFlag_GI6(DMA1);Versio...

STM32F4 - can bus Id filters configuration

Posted on January 26, 2016 at 12:04Hello everyone, I'm working with STM32F415RGT6. I need to setup the can filtering so as to get all messages which source address (I need to work with extended IDs) is different from a given one, discarded (by hardw...

Problem running STM32CubeProgrammer

When running the program STM32CubeProgrammer, an error message appears, saying:"CubeProgrammer_API or one of its dependencies is missing. Please try reinstalling the program of check your java architecture". However I have the lastest JAVA SE Run Tim...

adavide by Associate
  • 439 Views
  • 1 replies
  • 0 kudos

I Could not find a proper crystal oscillator.

I am working with stm32l031k6 which have 4 different (Gm) "Maximum critical crystal transconductance" . I need precise RTC for it so I decided to use an external oscillator (LSE). I followed steps mentioned in "Oscillator design guide for ST microcon...

0690X000006DFLLQA4.png
sahma.18 by Associate II
  • 378 Views
  • 1 replies
  • 0 kudos