STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I2C not working with STM32F103C6 and STM32F103C8

we have been trying to get the I2C up on both the controller and no responses from anyone the cubeMx issue if I2C is really a problem..Kindly respond as we are trying to get I2C up ..requesting the experience forum experts to respond.Thanks Ravi

RShiv.1 by Senior
  • 19962 Views
  • 63 replies
  • 0 kudos

Why UART sometimes print twice the message?

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...

0693W00000WJgJGQA1.png
ATeli.1 by Associate III
  • 2766 Views
  • 9 replies
  • 0 kudos

Resolved! 2 channels of DMA won't work

Hello, I'm trying to use 2channels of DMA , one for PWM in timer1 and one for reading adc1 using timer3 .dma c2 should give ccr the amount from a uint string[1000](which i deleted from this code for simplifiing to be easier to read) and dma c1 for r...

ap.1 by Associate II
  • 817 Views
  • 6 replies
  • 0 kudos

STM32L151CCT6 Freezes when enabling HSI

I have an application where we have the mentioned MCU using the HSI passing through the PLL to achieve 32 MHz on the main clock. But we noticed that the MCU freezes after executing the instruction for enabling the HSI, and as this is an internal circ...

VLe R.1 by Associate II
  • 619 Views
  • 3 replies
  • 0 kudos

OctoSPI Polling Sends too many bytes

I've got my OctoSPI interface working for NOR reads and writes, but Auto-polling is sending too many bytes. The Data Length Register (DLR) is set to 0, for one byte of data, but I get the instruction plus two bytes. If I set the DLR to 1, I get...