STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Calling HAL_SRAM_Init() twice ?

Hello,HAL contains both HAL_SRAM_Init and HAL_NOR_Init.But what if we have additional memory in PSRAM (FPGA device in our case).If we register the additional interface with HAL_SRAM_Init , it will call HAL_SRAM_MspInit again , and register again with...

ranran by Senior II
  • 698 Views
  • 4 replies
  • 0 kudos

Resolved! USB MSC Transmit packet problem.

Hello. I have custom board with STM32H743 and USB3320 in Full Speed Mode. Dont have problem with initialization of MSC (Window read descriptor, configuration and other). But when read blocks from SD card some trouble occurs. With USBPcam and Wireshar...

How to debug USB related issues?

HiI use the STM32L452 which is configured as a USB CDC device using CubeMX. The device is used as a "gateway" that connects a linux host to a CAN bus system (essentially a USB-to-CAN adapter). The linux host configures the USB device as an SLCAN base...

abaldur by Associate III
  • 594 Views
  • 1 replies
  • 0 kudos

Bug in STM32L4xx_HAL_Driver, QUADSPI

Posted on May 04, 2018 at 11:24Hi,I found a bug in the quad spi driver for stm32l4xx. In the function  HAL_QSPI_Receive_IT, the interrupts flags must be cleared before start transfer otherwise flag TC could be missed:- WRITE_REG(hqspi->Instance->AR,...

Can't build STM32F746 Discovery + LwIP project

Hi everybody,I created a project for using the STM32F746 DISCOVERY board with LwIP utility (see image 1 and Image 2).  As soon as the project gets created i tried to build it, but ended up not beeing able to do so and getting the error shown in image...

MEsco by Associate II
  • 598 Views
  • 0 replies
  • 0 kudos

Can't Open COM Port

I am using USB Virtual Com Port with CubeMX on a STM32F4 controller.The problem is, that occasionally, but increasingly often I cannot open the COM Port to my Device. It is very hard to reproduce, as changes in completely different code regions can c...

arduo by Senior
  • 1186 Views
  • 2 replies
  • 0 kudos

Does HAL_FLASH_OB_Launch() result in a reset?

Hi ,I am using STM32L series of MCU.From the application code independent watchdog is used and when it is time for entering bootloader say due to firmware upgrade, i use while(1) to reset the system.1.Once inside bootloader I am observing that the bo...

How to use USB HS?

Hi there,i have Projects where I used USB FS for COM Port Communication. How can i change them to USB HS do i need to change the clock or other settings?Thanks in advance.I am new with STM32

arduo by Senior
  • 587 Views
  • 1 replies
  • 0 kudos