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

Passing parameters from gcc command line

Hi,I'm attempting to pass a parameter for a conditional compile from the gcc command line to my application. I have two build makefiles, one for debug and one for release. We have some code that's only meant for the release build. So far, so good. If...

LThal by Associate II
  • 804 Views
  • 3 replies
  • 0 kudos

Is there any documentation that gives details of the C/C++ language that is used in Atollic TrueSTUDIO for STM32 v9.3.0? I'm looking for the names of keywords/commands as well as the signatures of functions.

I am very new to embedded systems programming. I have successfully installed Atollic TrueSTUDIO for STM32 v9.3.0 onto Kubuntu Linux 19.04. I want to use this IDE in conjunction with an STM32F407VGT Discovery board.

SElli.11 by Associate III
  • 177 Views
  • 3 replies
  • 0 kudos

Pointer to struct inside a union throws hard fault.

struct {unsigned char oned; unsigned char twod;}test;hspi2.Instance->DR = *((uint16_t *)&(test.oned));struct {unsigned char oned; unsigned char twod;}test;this works fine.however,typedef union { struct {  uint8_t idType;  uint32_t id;  uint8_t dlc;  ...

PR.19 by Associate II
  • 314 Views
  • 3 replies
  • 0 kudos

STM32 and edge detection ?

Dear Members /ST Employee,I read in one book about edge detection, and Matlab integration to the chip (TI), giving me inspiration on implementing it on STM32Does one of STM32 family have the same ability ?Which one ? The page:Thanks

0690X000009Yrr6QAC.jpg

How to integrate git with Atollic truestudio?

Hi,Sorry for posting this question here, there were no categories related to this IDE.So I'm asking here.I had installed git 1.9.5 in my PC.With that version I was able to open git bash console in Atollic 9.3.When I installed git 2.22.0 version,git b...

STM32F429 SPI Transmit Problems

I have been following a course Mastering microcontroller with STM32, and the emphasis of this course is to walk the student through the architecture of STM32 MCU's, and develop the driver's for GPIO, SPI. I2C, and USART from scratch. I have an STM32F...

Will1 by Associate II
  • 381 Views
  • 6 replies
  • 0 kudos