STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 4554 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
  • 977 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
  • 1279 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
  • 1898 Views
  • 5 replies
  • 0 kudos

Installing CUBEIDE in ubuntu

I am trying to install CUBE ide in ubuntu OS,  stmCubeIDE.sh script was successfully ran and i accepted all licence,But at last it says "Licence accepted Nohing to install" How resolve this issue?