STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_SPI_Receive() Pins not doing anything.

Hi, I'm new to this environment. I try never to ask questions on forums but I've been stuck for over a week. I set up a blue pill board and tried a simple SPI setup of a single 74HC595 and a single 74HC165. I got the 595 working great with this code....

xrstokes by Associate III
  • 351 Views
  • 0 replies
  • 0 kudos

LTDC

I'm using stm32h753-eval, when I use LTDC demo, if i use BSP_LCD_Clear(LCD_COLOR_WHITE) , the program will crash. I need help, thank you very much

speng.3 by Associate II
  • 738 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7 CAN-FD using CAN 2.0 transceivers.

Posted on May 04, 2018 at 00:04Hi,   I'm thinking in replace  a STM32F7 with a STM32H7 on two board that has normal CAN-2.0 transceivers. I would like to know if it will work for CAN-FD frames, keeping the baud below 1 Mbps. Ari.

Asantos by Senior
  • 1280 Views
  • 3 replies
  • 0 kudos

How to use DCMI on STM32F769I Discovery board?

Title pretty much says it all. According p. 21 in the DCMI information document (link at bottom), the board supports the interface, and I'm supposed to connect the camera through the GPIO pins. But I've found no mention of how to do this in the board...

ukn by Associate
  • 656 Views
  • 3 replies
  • 0 kudos

Problem downloading/starting STM32CubeL4

Hi - this should be trivial ...From https://www.st.com/en/embedded-software/stm32cubel4.html I did:1) Pushed the "Get software" button to download the "STM32CubeF4 ".2) Selected "Open" (I guess) …3) Extracted the ZIP-file to default path ("Extract To...

USB OTG host multi-application.

Hi , I have an application that streams multiple audio sources over USB device Audio class to PC. The PC detects audio device and the streams work.I'm building hardware based on X-CUBE-MEMSMIC1 and don't want to use a second micro ( st-link ((stm32f0...

benyBoy by Associate II
  • 392 Views
  • 1 replies
  • 0 kudos

usb bootloader

Hi(All?) my nucleo board(s) is/are detected as a USB device in windows. I can drag and drop a firmware binary on them. And the Firmware is automatically updated after power cycling the board. I want to design my own board and use the USB to update t...