STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SSolved ! : TM32F107 I2S clock setup using Stm32Cube

Posted on November 06, 2015 at 18:50I tried to setup  STM32F107 I2S for 48Khz -MCLK enabled using STM32CUBE.RCC is set to 72Mhz via HSE (X-tal).I2S clock is fed through it's PLL (i2SPLL) instead of SYSCLK, and set to 96Mhz (also tried diffferent val...

osiauhwa by Associate II
  • 323 Views
  • 1 replies
  • 0 kudos

USART1 interrupt

Posted on November 04, 2015 at 19:42Hi to all, I am encountering a problem using USART1 interrupt. I can correctly send data on tx line and I woul like to use interrupt to receive data from rx line. I enabled RXNEIE bit in CR1 and created the handl...

STM32F4 UART Rx Interrupt Overflow Error

Posted on November 09, 2015 at 19:23 Hello, I am currently attempting to get the HAL UART functions to read the incoming serial data from a GPS module. From a high level POV, I have the UART rx callback function set to parse the byte t...

STM32F4 Discover Pulse Counting

Posted on November 11, 2015 at 22:54 My end goal is that I want to count pulses that occur on one of the inputs on the STM32F4 Discovery dev board and I'm having issues. I found this post that seems to be doing what I want, but it's not q...

Bootloader over SPI for STM32F334

Posted on November 09, 2015 at 05:06Hi All,I am trying to upload my code to an STM32F334 over SPI. In section 2.5.1 Embedded boot loader of the RM0364 Reference Manual, it states the embedded boot loader can reprogram the flash memory through USART1...

previn by Associate II
  • 551 Views
  • 3 replies
  • 0 kudos

STM32F7 FMC Dummy read

Posted on November 11, 2015 at 19:32 Hi, I am working on a custom board with the STM32F746IGT6. in witch is a FTDI Parallel-USB converter is connected to the FMC. My problem is that when I try to read data to ''fast'' from the FM...

0690X000006035SQAQ.jpg
rromo9 by Associate II
  • 1713 Views
  • 5 replies
  • 4 kudos

Watchdog timer is not working properly - STM32F051K8

Posted on August 15, 2014 at 15:55Hello,I am having a weird problem with Independent Watchdog timer in my STM32F051K8. Here is my initialization:IWDG ->KR = 0x00005555;IWDG ->PR = 0;IWDG ->RLR = 0x000003FF;        // Reload value 1023*(1/(40kHz/4)) ...

thaip by Associate
  • 486 Views
  • 1 replies
  • 0 kudos

STM32F103, Keil V5, Encoder, Interrupt

Posted on November 12, 2015 at 14:16Hi guys.im working on a simple encoder project where id like to read the encoder lines A and B and set a counter.although, the interruptflags on PC6 and PC7 are not beeing set and i cant see why. PC6 and 7 were te...

SPI Communication with TIM1

Posted on September 23, 2012 at 11:10Hello everyone, In my current project, I am working with Digital ledstrips. The strips I want to use have a WS2811 chip which is basically running a 1 Wire SPI interface (no clock Line). I will try to explain ro...

longchair by Associate III
  • 767 Views
  • 9 replies
  • 0 kudos