STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SPI Configuration (bare metal-stm32h743)

I am trying to code the stm32h743 for spi communication and i can't seem to transmit. I am using PA5 as SCK and PD7 as MOSI. I read the procedure required that is in the reference manual (49.4.9 https://www.st.com/resource/en/reference_manual/dm00314...

NBlac by Associate III
  • 1637 Views
  • 7 replies
  • 1 kudos

Resolved! Timer interrupt does not wake up the processor

Hello, I am using timer 6 and generating interrupts for every 1s.it works fine when i dont enable the sleep on exit feature. but if i enable sleep on exit feature, after the first timer interrupt , processor goes to sleep and the next timer interrupt...

RN by Senior
  • 719 Views
  • 3 replies
  • 0 kudos

Need Advice About STM32 LIN

Posted on July 16, 2018 at 08:00Hi I want to design CAN-LIN converter. I chose the STM32F091CC microcontroller for its LIN support. Up to this time I coded the CAN communication in the microcontroller.I have basic information about LIN. I want to in...

STM32 GPIO mode and pull

Hi,How to setup gpio pull? If I have INPUT, should I setup to PULLUP or NOPULL or PULLDOWN?How about OUTPUT?Thx GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GPIO_PULLUP;

Resolved! CubeMX doesn't generated stm32l4xx_ll_tim.h file

Posted on July 09, 2018 at 19:25Hi,I can't find stm32l4xx_ll_tim.h file from CubeMX generated code. The only place I can find this file is a zipped file download from ST.com. I am guessing this is a Cube issue, right?STM32Cube_FW_L4_V1.11.0Thx