Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Posted on November 03, 2017 at 16:04Hello everyone,As several people on this forum, I am trying to implement some kind of 'USB keyboard' with an STM32F103C8.I am working with truestudio and cubeMx, and I use the USB library provided.I have update th...
I have been attempting to implement the HAL layer for flash erasing, and decided the most effective erase is sequential sector erases for my application (creating a custom bootloader). I have found that calling a single sector erase does not cause an...
Hi, I am trying to establish I2C communication between my STM32 Nucleo 411RE and this EM7180 sensor fusion coprocessor using the HAL_I2C_Mem_Write()/Read() functions. However, I'm having trouble with the MemAddSize parameter. HAL_StatusTypeDef HAL_I2...
Hi everyone,I have been trying to just test the ethernet on the STM32H743zi nucleo board.The problem is that the example does not compile in any way. I assume it's because I am using the very obscure, not intended for STM32, atollic true studio and t...
I try to implement AN3997 Application using cubemx. but I don't know how to configure the peripheral. no information has been given in the document. Can someone help me.thank you
I am working on STM32L071CBWant to divide internal flash in 3 parts 1. for boot-loader code 2. for Application code 3. for storing Image received on UART for Upgrade Application SourcePlease Provide example source code.
Dears,I need help with this function; I can't enter system memory bootloader using the jump function{void(*systemMemoryJump)(void);/* pointer to function */ volatile uint32_t add = 0x1FFFEC00 ; HAL_RCC_DeInit(); /* disable systick timer */ SysTick->...
Anyone has used Tiny USB library successfully on STM32F4 in host mode?How to integrate it with recent Cube drivers (ver 1.21 or newer)? I could not find the info in their documentation or examples, only a mention that it works on STM32F407 Discovery...
I've got an old good F4-discovery board with STM32F407 Trying to run the "demonstrations" project from Cube library F4 version 1.24.0: ... Repository\STM32Cube_FW_F4_V1.24.0\Projects\STM32F4-Discovery\Demonstrations\MDK-ARMBuilding with Keil MDK 5.26...