STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32l476 CAN functions only in loopback mode

Hi all, I have two stm32l476RG nucleo boards connected via transceivers. Each of them works fine in loopback mode. however none receives messages of the other in CAN_MODE_NORMAL. I'm using a simplistic code ported from STM32L476G-EVAL HAL examples...

mh_stm by Associate II
  • 254 Views
  • 0 replies
  • 0 kudos

STM32F407 USB CDC data transmission

Hello all,I am using STM32F407 , in that i am able to communicate with USB Full speed mode. In that i am trying to send data serially from android phone which act as a Host and STM32F407 act as Device. When i trying to send 2KB data serially to my US...

USB_CDC on STM32F0 series

I'm trying USB_CDC FS (Full Speed) on STM32F072C8 Controller. I'm able to Transmit data larger than 64 bytes to PC, but not able to receive data more than 64 bytes.I'm using CDC_Receive_FS function for receiving and buffer size is 1000.If i send 100 ...

BPR by Associate II
  • 853 Views
  • 6 replies
  • 0 kudos

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
  • 483 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
  • 368 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,...