STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UART not working correct when using with CANBUS

Hi,I have generated the code using CUBEMX.In my code i'm trying to send data over CAN and USART .CAN is working as i have tested with my analyser but over USART sending some junk data.is there any possibility that CANBUS and USART gets conflicted.i'm...

0690X00000AqaTXQAZ.png
VPras by Associate II
  • 987 Views
  • 4 replies
  • 0 kudos

In-application programming over CAN BUS

So we are checking a solution based on STM32F4 family (in this case) ARM MCU.We have found an Application Note (AN) for the In-Apllication Programming (IAP) for Ethernet, UART and even USB, but nothing for CAN Bus. In the AN there is a statment that ...

FGasp.264 by Associate II
  • 1677 Views
  • 4 replies
  • 0 kudos

CCMR1/CCMR2 register in STM32F407 for input Capture mode.

Hi,I want to use input capture mode to detect event at every edge (STM32F407 Discovery board).I have toggled the LED (Connected to PD12) using Timer4 Channel (TIM4_CH1) Output compare mode. It's working. The output of LED is given to PD13 to count th...

Kumar B by Associate II
  • 1936 Views
  • 4 replies
  • 0 kudos

As5048a read encoder spi mode

hi I should read the value of the angle of the encoder as5048a via spi, the register has address 0x3fff, a 14-bit register, I tried in several but I failed, can you help me? I use a f401 !! thanks

SDall by Associate II
  • 1982 Views
  • 7 replies
  • 0 kudos

Resolved! L031K6's internal reference voltage is 1.1v?

hello, I am using L031K6 nucleo-32 board.for using low-power-comparator, I want to use VREF for input.before using, I did measure the internal reference Voltage by ADC.L031K6's VREF have internal connection with own ADC VREF channel,so without hardwa...

DU2 by Associate II
  • 481 Views
  • 1 replies
  • 0 kudos

H7 series peripheral performance in VOS2 and 3

The datasheets for the interface characteristics of each peripheral state "VOS level set to VOS1" which is the 400MHz option. But no information is given on if any of the peripherals derate if you use the slower speed and power VOS options. Would ...

MikeDB by Lead
  • 989 Views
  • 7 replies
  • 0 kudos

STMStudio table view.

Hi, I am wondering if there is any possibility to display the variable representation in the table as a character instead of e.g. uint8_t?Perhaps there is some possibility of displaying char strings. This option would be very helpful when working wit...