STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SSI Protocol under STM32

Hello,Here is the file of Encoder which uses SSI protocol for its communication. I have run this encoder with SPI and its interrupt in STM32 but I have some problems that I will be thankful if you could help me.1) I want to know would it be possible ...

parisa by Senior
  • 2417 Views
  • 8 replies
  • 0 kudos

Sectioning STM32f779II Flash Memory Layout

Hello,I'm trying to allocate 768KB For the Flash for the user program. at address 0x08000000 And also save constant data starting from address 0x08100000  consuming 1024 K bytesNow from my understanding I should have free space for example sector 10,...

Resolved! How to edit USART BAUDRATE using only register header file?

Hello everyone.I am trying to edit the baudrate using register header file without using HAL. I am working with STM32L4R5ZI and IAR complier.I found these lines in the header files but don't know how to use them./****************** Bit definition fo...

KHuyn by Associate II
  • 837 Views
  • 4 replies
  • 0 kudos

How can i bit bang I2c and SPI?

I need to bit bang I2c and SPI, I have tried to look for application notes but couldnt find! could some one help me with this information or provide me some insights!

Apill by Senior
  • 836 Views
  • 5 replies
  • 0 kudos

undefined reference to `TIM_ITConfig'

Hello,i want to set a flag to a timer with: TIM_ITConfig(TIM1, TIM_IT_UPDATE, ENABLE);but get the error:undefined reference to `TIM_ITConfig'what i have to include?Thanks

GIkar by Associate III
  • 1483 Views
  • 8 replies
  • 0 kudos