STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! undefined reference to HAL_TIM* functions

I'm having a problem where the linked complains to me with undefined reference to `HAL_TIM_PWM_Init' erros. The objects that it complains are not defined are HAL TIM based ones such as HAL_TIM_PWM_Init or HAL_TIM_IRQHandler. There is a source file w...

CPU freezing when inserting or removing a breakpoint

Hi,I've come across an issue whereby inserting or removing a breakpoint anywhere in my code when the processor is running causes execution to pause for ~180ms. I thought manipulation of breakpoint registers was independent of processsor execution sta...

dave2012 by Associate III
  • 228 Views
  • 3 replies
  • 0 kudos

Stange memory view display

Hi,Can anyone offer an explanation why I see '??' in the attached STM32CubeIDE memory view when the processor (STM32F765) is halted? The address range I'm attemping to view is valid and assigned by the linker. I can scroll up & see valid data but the...

0690X00000ByYZOQA3.jpg
dave2012 by Associate III
  • 137 Views
  • 0 replies
  • 0 kudos

How can I burn an STM project into the STMF767ZI

1) How can I burn an STM project into the STMF767ZI in the STMCUBEIDE32 after I build the project?2) The Debug isn't working:STMicroelectronics ST-LINK GDB server. Version 5.2.3Copyright (c) 2019, STMicroelectronics. All rights reserved.Starting ser...

YShem.1 by Associate
  • 222 Views
  • 1 replies
  • 0 kudos

Unable to flash new firmware. Nucleo F722ZE on MacOS

I've been working on a project for a while (I2S based). I seem to have done something to confuse the IDE. Now when I try and debug, it says it's connected, but the Nucleo F722ZE is still running the previous firmware. The debug does not step into the...