STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

G4 CAN: How to use with USB?

Hi! I'm in a conundrum, and am wondering if there are hacks around this. I'd like to use CAN on a a G4. And give it updatable firmware by USB. My options appear to be this:#1: Share a CAN Rx line with Boot 0 pin.#2 Share CAN Rx line with USP_DN.Are e...

DOCon.1 by Senior
  • 325 Views
  • 0 replies
  • 0 kudos

USB DFU bootloader : start from source.

Hello,I am trying to restart a STM32L072 into DFU bootloader mode (using STM32 LoRa Discovery kit) .The bootloader is working and I can use it to flash my firmware using a jumper between BOOT0 and VCC.Now I would like to enter bootloader from source....

Slan by Associate II
  • 1454 Views
  • 5 replies
  • 0 kudos

USB_CoreReset fails with a TIMEOUT error.

I am trying to run a USB HS example with external PHY on NUCLEO-F756ZG. As I count find example I have gone ahead and created code from scratch. I am using USB3300 external PHY. I have made the proper connection except for RST and +5V to the module b...

Jayesh2 by Associate II
  • 389 Views
  • 0 replies
  • 0 kudos

Resolved! In stm32h743, in SPI, enabling the EOT IRQ after the other IRQs are enabled makes the SPI ISR to be fired endlessly. Why?

In stm32h743, in SPI, I have a slave device with interrupts enabled. In particular, I'm enabling all the error interrupts (UDR, OVR, CRCERR, FRE, MODF), and the RXP, TXP and EOTIE interrupts, in that order.If I enable EOTIE the first of all of them, ...

DGast.1 by Associate III
  • 984 Views
  • 4 replies
  • 0 kudos

LL UART Interrupt

Where can I find a complete compilation of the LL Api, especially what USART handling is concerned?I'm trying to implement (with FreeRTOS underlying) a ring buffer driven I/O system to read from and write to UARTs.Do I understand it right? There is o...

usb msc host or msc device dynamic selection.

I want to configure a USB device using STM32F746.I want to select the USBH MSC Host and Device as needed (without rebooting..).In CubeMX, only "Host Only" or "Device Only" can be selected.When selecting DualRole in CubeMX, a library is not created.I ...

SKIM.6 by Associate
  • 469 Views
  • 3 replies
  • 0 kudos