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

Resolved! CAN Communication in normal mode in STM32F407

I want to receive the MessageRx_CAN [8] in my RxFifo 0 buffer but i cannot get that. Could you please help me out how can i implement that to get if want this requirment. DLC = 8; StdId = 0x245; IDE = CAN_ID_STD; RTR = CAN_RTR_DATA; I have attachte...

UART Bootloader

I am trying to flash the memory of the STM32-L43KC (Nucleo-32) MCU with the UART Bootloader. I have connected the TX and RX pins of the board to FTDI USB-RS232 connecter. To boot from the system memory, I have also configured the option bytes accordi...

Abijith by Associate II
  • 1089 Views
  • 1 replies
  • 0 kudos

On chip temperature sensing dependant on Vref

The reference manual documentation for the onboard temperature sensor for STM32H745, RM0399, chapter 26.4.33 gives a formula for calculating temperature that is only valid when VREF is 3.3 volts, but lacks mention, foot note, etc of any kind that VRE...

GHolc.1 by Associate III
  • 887 Views
  • 1 replies
  • 4 kudos

ADC

I am using NUCLEO-G071RB. I use 2 ADC channels: GPIO analog and internal temperature sensor. I connect the +3.3V to the GPIO analog pin via. potentiometer. The internal temperature looks like it works well (the temperature rises slightly when I put a...

MichaelR_0-1719492704186.png
MichaelR by Associate III
  • 389 Views
  • 0 replies
  • 0 kudos

Resolved! TCA9539 use as a GPIO Port Expander with STM32F091RCT6

Hello. I would like touse TCA9539 use as a GPIO Port Expander with STM32F091RCT6 (IO-EXPANDER-EVM Evaluation board | TI.com). I have enabled I2C2 in STM and connect as follows STM32F091RCT6            SCL------------------------>I2C2_SCL PB10SDA-----...

Moza by Associate II
  • 1370 Views
  • 4 replies
  • 3 kudos

Request for explanations regarding the ICACHE of H5

Using an STM32H5 I recently came across a problem: triggering a hard fault when accessing data in FLASH (read FLASHSIZE_BASE).It turns out in this thread that the ICACHE being validated, it is necessary to configure the MPU to make “uncacheable” the ...

Reasons for deadlock in H7 series

Hi all, I've recently begun playing around with Zephyr and made blinky for a custom board with a STM32H755.To test it, I made a complete chip erase and then I flashed the application to the M7 (i.e., its flash area). I can then attach to a debugger i...

rokostrup by Associate II
  • 1340 Views
  • 4 replies
  • 2 kudos

dmx512 transmitter

Posted on July 24, 2017 at 13:22Hello I useing stm32f103c8(72mhz) and i want create DMX512 transmitter for  led lighing.I have some problem.I config usart like this.USART_InitStructure.USART_BaudRate = 250000; USART_InitStructure.USART_WordLength = ...