STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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...

STMCube IDE problems with Queues

Im creating an RTOS queue in the configuration tool. Whowever if I try to place anything in the queue the program crashes.Configuration: Generated Initialization Place item in queue (btn.dec is a uint8_t variable) Debug As you can see the item size i...

tarmogr_1-1715164215219.png tarmogr_2-1715164240241.png tarmogr_3-1715164262270.png tarmogr_4-1715164307685.png
tarmogr by Associate II
  • 918 Views
  • 7 replies
  • 1 kudos

headless-build.sh fails in Jenkins

I have managed to run headless-build.sh on my Linux PC. But it requires me to name the project folder exactly the same as the project name. For example /home/user/workspace/freertos-test/freertos-test.iocNow I want to do the build automatically from ...

Resolved! Using Tracealyzer in streaming mode with ST-Link V3

I'm currently testing Tracealyzer but I'm having problems in using it in streaming mode. I followed the indications in video "Visual trace diagnostics with STLINK-V3, Percepio Tracealyzer and DevAlert" (https://www.youtube.com/watch?v=rZlSuq7TySA) to...

paolog by Associate III
  • 992 Views
  • 2 replies
  • 3 kudos

Adding external GCC libraries to STM32Cube project

Hi,I was looking on some tutorials to do FFT on the NUCLEO-L476RG board, where they recomended using CMSIS DSP library. The DSP configuration guide from ST (link below) said to add the library path under Project Properties ->Tool Settings ->GCC Linke...

0693W00000QLEWvQAP.png
NRasm.1 by Associate II
  • 2202 Views
  • 7 replies
  • 0 kudos

Resolved! FDCAN setup on Riverdi display STM32H757XIH6

Hi everyone,I bought a display Riverdi display (RVT70HSSNWC00-B) with a STM32H757XIH6 microcontroller.I want to setup the FDCAN but without success.Has anybody already done and could send a sample ?Thank you in advance.

Resolved! HTTP web server handling in NUCLEO-F439ZI

Hi team.I develop a code, employs read the ADC value from the LDR and transmit the ADC value serially by UART, and glow the LED if LDR value goes above 1400. It is work fine up to hardware level. Now I update the value in the HTML page using Ethernet...

Ramachandran1992_0-1716266282993.png

Resolved! No ST-Link Detected

I want to program my STM32WB55VG-Q6, but have been getting 'No ST-Link Detected'. I was using a Nucleo board previously and the ST-Link works fine with it. I am able to debug and flash the program onto the Nucleo but not on the STM32WB55VG-Q6 board. ...

lana5_0-1716803656849.png
lana5 by Associate
  • 647 Views
  • 3 replies
  • 1 kudos

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