STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Struggling with CAN in latest HAL.

I know that there a lot of care examples on the Internet, but I haven’t been able to get one to work with latest version of the HAL drivers. I’m attempting to use the loopback interface just to test on a single device at the moment. This is as far as...

xrstokes by Associate III
  • 444 Views
  • 1 replies
  • 0 kudos

Hello dear community, i using the STM32f091 Nucleo-Board. My goal is to get the ADC values with DMA. Since I've never programmed a DMA, I wanted to see some good tutorials. I did find some, but they all use the HAL library.

I would love to have a tutorial that doesn't use libraries. I would have preferred something that used metal embedded C and register manipulation. Do you have some videos, links or PDF files for me?Thanks in advance

Ebun.10 by Associate
  • 333 Views
  • 1 replies
  • 0 kudos

FLASH_Program_DoubleWord(Address, Data) creating issue

Hi,I am using STM32L476RG MCU and trying to store some values in the EEPROM. When I try to program a 64 bit data, FLASH_Program_DoubleWord(Address, Data) is called and it is failing to program the data. FLASH->SR is set to 160 which I assume Fast pro...

ANaga.2 by Associate II
  • 566 Views
  • 2 replies
  • 0 kudos