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! STM32F7 Thermal Reset

We have had trouble with a STM32F7769BGT6 resetting when heated to around 45°C. The part should be rated for 85°C, as are the rest of the components on our board. We've looked at the power supplies and they don't show any issues. To duplicate the pro...

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
  • 1215 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
  • 1753 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
  • 4002 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 ...

Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.