STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H747I-DISCO programming

Hello, I just got STM32H747I-DISCO board. I have stlink-2 and I guess I cannot program this board with stlink2. Do I need to get STLink-3 or STLink-4 in order to program this board? In the description it says: Board has a built in STLink-v3 inside of...

GunkutA by Senior
  • 1603 Views
  • 13 replies
  • 0 kudos

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
  • 712 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
  • 626 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
  • 1234 Views
  • 5 replies
  • 0 kudos