STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F722 - i2c data acquisition using timer interrupts

Hello,I'm having some trouble using the timer based interrupts.I have some very basic experience in mcu programing but I'm new to the STM32 platform and I had to adapt to it rather quickly. Therefore I lack some of the basic knowledge.My first questi...

0690X000006C8lBQAS.jpg
KMarci by Associate II
  • 332 Views
  • 0 replies
  • 0 kudos

Problem with form of SCK clock of SPI protocol !

I have been trying to perform SPI communication and observe outgoing and incoming data through MOSI & MISO. There is a weird problem in SCK weveform There are the codes I wrote :#include "stm32f10x.h" #include "stm32f10x_rcc.h" #include "stm32f10x_gp...

0690X000006C8kwQAC.png
KOzdi by Associate II
  • 424 Views
  • 2 replies
  • 0 kudos

Can complementary timer pins be used as inputs?

Hello, I'm designing a PCB with an interface to an existing STM32769 board. I would like to use one of the STM32 timer inputs to trigger a timer. When the timer reaches its "compare" value it should trigger a DMA request for an SPI transaction. Accor...

AKuch.0 by Associate
  • 361 Views
  • 1 replies
  • 0 kudos

code for blink an led with systick timer

i made this code to blink an led with systick time but it does not work can you please correct this. i am using stm32l152rc discovery board. #include "stm32l1xx.h"while {  if (SysTick->CTRL |= SysTick_CTRL_COUNTFLAG == 0)   {   GPIOB->BSRRH |= GPIO_...

AKhan.17 by Associate II
  • 1159 Views
  • 5 replies
  • 0 kudos

Motion control in Hexapods !!

Hi, I'm doing a hexapod with 18 servos and 6 legs (3 servos for each leg). I am using a core board and the Mbed environment with C language.My question is: how could I initially consider the movements?Initially I have declared all the necessary pins ...