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

Is the MDK-ARM-STM32 IDE really free/unlimited ?

I am new to STM8/STM32 development.  At this point my interest is purely for my personal hobby (non-commercial). I was under the impression that the MDK-ARM-STM32 compiler package was a free/unlimited IDE.  I began the process to get the package from...

DEise by Associate II
  • 438 Views
  • 3 replies
  • 0 kudos

Keil Rtx5 rtos timing issue

Hello. I am learning rtos and using led blink example. Here is my code: Main:#include "RTE_Components.h" #include "cmsis_os2.h" #include "stm32f4xx_rcc.h" // Keil::Device:StdPeriph Drivers:RCC #include "STM32F4XX.h" #include "Threads.h"...

EMutt by Associate II
  • 214 Views
  • 1 replies
  • 0 kudos

HAL_SPI_Receive() Pins not doing anything.

Hi, I'm new to this environment. I try never to ask questions on forums but I've been stuck for over a week. I set up a blue pill board and tried a simple SPI setup of a single 74HC595 and a single 74HC165. I got the 595 working great with this code....

xrstokes by Associate III
  • 143 Views
  • 0 replies
  • 0 kudos

Problem downloading/starting STM32CubeL4

Hi - this should be trivial ...From https://www.st.com/en/embedded-software/stm32cubel4.html I did:1) Pushed the "Get software" button to download the "STM32CubeF4 ".2) Selected "Open" (I guess) …3) Extracted the ZIP-file to default path ("Extract To...

FreeRTOS Task List doesn't work

I'm config cubeMX to enable FreeRTOS statistics and get the RunTime for each task. I followed this guidehttp://blog.atollic.com/visualizing-run-time-statistics-using-freertosBut it doesn't work. debugging I saw that method portGET_RUN_TIME_COUNTER_VA...

Errors during project compilation.

Good day to all. There is a project written in TrueStudio v9.1. When compiling errors appear:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘arm_bilinear_interp_f32’ arm_math.h expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘arm_bilinear_in...

ALavr.12 by Associate
  • 128 Views
  • 0 replies
  • 1 kudos

STM32F746G DISCOVERY LwIP example doesn't work. Why?

 Hello world. This is my first question in here.I am using STM32F746G DISCOVERY board and willing to know how LwIP work. But in Cube_FW_F7 LwIP example (in Applications folder) it returns a "No such a file or directory" error. Can't find deprecated_d...