STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

CubeIDE 1,8.0デバッグができない

現象午前中まで動作していましたが、急に下記の現象が発生し、デバッグができない状況です。1)ブレークポイント設定し、ブレーク後にステップイン実行ができない。 IDEからの応答がなく、停止ボタンで停止。2)ブレークポイント設定し、ブレーク後にPCレジスタ値を変更できない。 Failed to assign value 80019e0, to register 03)ブレークポイント設定し、配列データを変更すると変更した配列以外のデータが0になるMCUは、STM32H743ZI。IDEのバージョンを上...

K_I by Associate
  • 1347 Views
  • 1 replies
  • 0 kudos

Resolved! MX_GPIO_Init' used but never defined

Here is my code and I encountered the error. I use H7A3ZI-Q board/* USER CODE BEGIN Header *//** ****************************************************************************** * @file : main.c * @brief : Main program body *****...

zniu by Associate II
  • 4716 Views
  • 6 replies
  • 2 kudos

I am getting UNALIGNED HardFault (attempt to perform an unaligned access) on ldr.w and blx.w instructions (as seen in disassembly when debugging). I am using STM32CubeIDE with the standard toolchain for stm32 (arm gcc, Thumb2).

I am importing a library (which I am also building with the same toolchain), in which the errors are occuring. Can I tell the compiler to not create unaligned addresses? Or do I have to change the source code of the library?I have tried compiling wit...

ETörn.1 by Associate
  • 4798 Views
  • 7 replies
  • 0 kudos

Create a variable in SDRAM

Hi i have configured the FMC and can read and write in SDRAM extern, begin in 0xC0000000, i now want create a variable in this SDRAM, then i define:uint32_t myFrameBuffer[65280] __attribute__((section(".sdram_data"))) = {0};but when i see the debugge...

RMasi.19 by Associate II
  • 1032 Views
  • 3 replies
  • 0 kudos

Resolved! stm23wb5mmg ble notify problem

I used stm32wb55rgv6 and stm32wb5mmg in the stm32wb series for simple Bluetooth projects (using hw_timeserver to send notification data), and then used nRF Connect to receive notification data. My program and design are basically the same, but only s...

Lep_1-1695366465540.png Lep_2-1695366538738.png
Lep by Senior
  • 1361 Views
  • 3 replies
  • 0 kudos

Resolved! DOUBT:UART SERIAL RECEIVE

I'm trying to Receive a message "hello" from serial monitor and viewing it on Live expression,but message is not coming as word. It is coming as single letter- H E L L O.char msg[20]="hello\r";HAL_UART_Receive(&huart2,msg,sizeof(msg),1000);i am using...

ADC.png

when ADC DMA initialization starts ETH failed to ping

Hello team, am working ADC and Ethernet in Nucleo H745zi_q board when goes to initialize DMA for ADC  from that moment Ethernet failed to ping "destination host unreachable " . HAL_ADC_Init  --> HAL_ADC_MspInit -->  /* ADC3 DMA Init */   if i comment...

SA  V.1 by Associate III
  • 2016 Views
  • 5 replies
  • 0 kudos