Other tools (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New STM32 VSCode extension V2.0.0 released

Changelog Version 2.0.0 V2.0.0 implies a breaking change: CMake project generation has been moved from VS Code to STM32CubeMX v6.11.0 (and later). VS Code solution no longer has dependency on STM32CubeIDE (.cproject-files)VS Code solution no longer r...

VSCode How to install VCPKG on VSCode with Zscaler/Proxy

Issue:  The VSCode don't have the ability to route the extension network requests to the proxy (only VSCode application network is routed to the proxy) I -  the clean way (applies to network with Zscaler installed) ask for a Zscaler power user profil...

NawresGHARBI_1-1704443433898.png NawresGHARBI_2-1704443503313.png NawresGHARBI_3-1704443553581.png NawresGHARBI_4-1704443616206.png

Multi Channel ADC Configuration STM32G4

Hello everyone,I'm having a hard time polling multipe channels on an ADC triggered with a Timer on my stm32g474re nucleo board through the STM32 MAT library. Would anyone with a similar experience care to provide an example?

suicich by Associate
  • 375 Views
  • 1 replies
  • 0 kudos

Retarget printf for iar

In order to make the printf function accessible from other libraries, I create a retarget library where I call stdio and write my own implementation of _write function using UART peripheral. So when I want to use printf in another library. I add incl...

JCuna.1 by Senior
  • 274 Views
  • 1 replies
  • 0 kudos

__CC_ARM and __ARMCC_VERSION regarding __attribute__

In the example projects there is no dedicated __ARMCC_VERSION (ARM compiler V6).file: stm32_wpan_common.h, in the BleHeartRateRTOS example#if defined ( __CC_ARM ) #if defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050U) //We never get here! ...

DS.4 by Senior II
  • 1149 Views
  • 0 replies
  • 0 kudos

Keil Trace Exceptions

As shown below the screen, when I am running the MCU application, it is running without any flaws. However, when I notice the TraceExceptions window on Keil IDE, noticed a large number of hard faults occurring. But these faults do not trigger fault h...

0693W00000GYHooQAH.png
KSing.4 by Associate II
  • 207 Views
  • 0 replies
  • 0 kudos