STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

memory usage in stm32

Hi community!I write a simple code in stm32 and I need to calculate the memory usage from the build analyzer this is a part of the code   #define N 16146 volatile uint16_t adc_buffer[N]; int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init...

toufik_iddou_0-1716736493013.png toufik_iddou_1-1716736558438.png

CubeIDE - SCB.CCR address for 'F0 (Cortex-M0)

While trying to help with a problem on STM32F030, I've noticed this:the address of SCB.CCR is 0xE000ED14; and the displayed value is wrong, too, as it's a read-only register with fixed value of 0x0208 (see ARMv6M ARM p.B3-228 - characteristically, th...

waclawekjan_0-1716643090171.png

Resolved! CubeIDE Issue - H755 LDO/SMPS settings missing

Hello,I have found a strong isssue in:STM32CubeIDEVersion: 1.15.1Build: 21094_20240412_1041 (UTC)(C) 2024 STMicroelectronics ALL RIGHTS RESERVEDThe IOC configurator for the STM32H755 lacks an option in the RCC configurationPower Parameters -> SupplyS...

zeboss49 by Associate III
  • 467 Views
  • 5 replies
  • 0 kudos

Resolved! Interrupt behavior and its priority

Hello,I have a basic question regarding timer behavior in STM32.I have a common callback function HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) that handles timer interrupts at defined periods. I have set different priorities for timer globa...

PPate.9 by Associate II
  • 319 Views
  • 2 replies
  • 3 kudos

Resolved! could not verify st device

i am working on board stm32f103c8t6 and when i am going for debugging in stm32cubeide its shows errorFor bug reports, readhttp://openocd.org/doc/doxygen/bugs.htmlInfo : Listening on port 6666 for tcl connectionsInfo : Listening on port 4444 for telne...

Screenshot from 2024-05-24 17-40-00.png Screenshot from 2024-05-24 17-31-45.png

Resolved! LED BLINKING in EMBEDDED C

I built a project in STM32F411E-DISC . project is built successfully and also  when we debugged no issue is found ,but after debugging only ORANGE LED is toggling rest 3 LED is not toggling . kindly help me to resolve this issue .kindly  find for cod...

WhatsApp Image 2024-05-21 at 11.16.40 AM.jpeg Capture-3.PNG Capture-2.PNG Capture-1.PNG
arunoday by Associate II
  • 725 Views
  • 9 replies
  • 1 kudos