STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible to use HW SS with multi-slave SPI mode?

Hello,I am using DMA for one SPI slave with which requires SS Pulse mode.Now I want to use two or more slaves is it possible to use HW SS with multi slave "I think No"is it possible to use HW SS for 1st slave and SW emulated SS using GPIO for the o...

HAlzo by Senior
  • 353 Views
  • 0 replies
  • 0 kudos

STM32F303RC ADC

HI I USED STM32F303RC ADC1 ADC2 ADC3 ADC4 ONLY PROBLEM ADC 3 USED ADC3_CH1 FOR REQULAR AND CH3 FOR INJECT BOU INJECT READ IS WRONG FOR TEST CHANGE REQULAR TO CH5 AND INJECT TO CH5 AGAIN REGULAR READ CORECT BOUT INJECT READ WRONG THIS MY CONFIG ADC __...

Resolved! My ADC outputs values from 970 and above

I 'm making a voltmeter - amp meter, this one...I 'm using an STM32F030K6T6.But when nothing is connected to the input, instead of outputing 0, the ADC gives me a value around 980.VDDA is tied to VDD.Boot0 is tied to GND.These are the ADC 's settings...

GCC -flto causes linker errors for STM32L476RGT6

I have a program for which I would like to enable link-time optimization. However, once I pass the -flto flag to the compiler and linker, I get two linker errors, one complaining about multiple definition of _exit and undefined reference to _sbrk. I...

STM32L412CB (48-pin device) - USART3 RX on PB11 not working

I did set up a basic STM32_CubeIDE project with 3 USARTs.When the PB11 Pin (USART3 RX) is connected to the communication signal, the signal is corrupted to a high signal level of 2.6V and a low signal level of 1.7V. This also happens also, when I con...

KGwer.1 by Associate
  • 568 Views
  • 1 replies
  • 0 kudos

Question about the LED of STM32F407

This is my code.GPIO_PinState boButton_state ;printf (" Hello �?� Cruel �?� World \n"); while (1){boButton_state = HAL_GPIO_ReadPin ( B1_GPIO_Port , B1_Pin ); HAL_GPIO_WritePin ( LD6_GPIO_Port , LD6_Pin , boButton_state );HAL_GPIO_TogglePin ( LD3_GPI...

Cl.1 by Associate II
  • 883 Views
  • 3 replies
  • 0 kudos

Hi As a hobbyist, I am planning to make a robot that can take real-time data from the environment. I have found 2 boards on st: STM32 F411VE discovery and NUCLEO F446RE, but I don't know which one to choose.

I want to know: how many analog input pins are there in each board. which board is good at taking data from sensors continuously which would be better for USB communication with raspberry pi or is there some other boards which is good at taking analo...

MIsla.2 by Associate
  • 334 Views
  • 0 replies
  • 0 kudos

STM32 Timer Output compare

I am using STM32L476 Nucleo board and cubemx. I want to use Output compare channel 1 for timeout of 2ms. i have configure the timer but timer is not giving interrupt for Output compare. i am getting interrupt for period i gives for timer. but not for...

SS.Sagar by Associate III
  • 1001 Views
  • 2 replies
  • 0 kudos