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

SPI Communication with LTC6803-2

Hello, I'm trying to make a battery management system with LTC6803 but i can't read any values at all. All libraries i found are based on Arduino and i don't have any Arduino which i can try if are they working (so i can try porting the code to STM)....

PPatl.1 by Associate
  • 750 Views
  • 0 replies
  • 0 kudos

STM32G0 READ AND WRITE ISSUE

Hello,I am using STM32G070CBT6 Controller. I am trying to write and read in 63rd page of flash memory . HAL_FLASH_Unlock(); __HAL_FLASH_CLEAR_FLAG(FLASH_FLAG_EOP  |             FLASH_FLAG_WRPERR | FLASH_FLAG_PGAERR); FLASH_PageErase(63); HAL_St...

How can i get CAN Error code

Dear I use bxCAN new HAL library I register notification by calling "HAL_CAN_ActivateNotification" and enable the following CAN_IT_ERROR and CAN_IT_LAST_ERROR_CODE and CAN_IT_BUSOFF and CAN_IT_ERROR_PASSIVE and CAN_IT_ERROR_WARNING.I'd implemented H...

SkyWork by Associate III
  • 688 Views
  • 2 replies
  • 0 kudos

Resolved! HAL SysTick interrupt is not 1ms!

Hi all...I having an issue with HAL SysTick interrupt on STM32F072B mcu:With default configuration (see the image) and an external 8MHz oscillator,if i toggle a pin in the SysTick interrupt, i get a state change every 0.75 ms instead of 1 ms...What i...

MBert by Associate II
  • 1374 Views
  • 5 replies
  • 0 kudos

running multiple application in same flash memory.

i have have loaded two different firmware at different locations of the flash memory(stm32F303) .main program starting address: 0x80000000second program starting address: 0x80020000i have to call second program. main program is running perfectly but ...

How to establish LIN communication between two STM32F MCUs?

I would like to implement LIN communication between two STM32F series MCUs.But so far, I did not find any example code for LIN implementation using STM32F MCU.Can you please share sample code of LIN communication using STM32F which includesInitializa...

SPate.14 by Associate
  • 385 Views
  • 0 replies
  • 0 kudos