STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32L010C6Tx Sleep Mode

Hi. I am using STM32L010C6Tx. I want my microprocessor to sleep for 10 seconds after processing. I want to use Sleep Mode. I don't have any interrupt pins. I want it to wake up after 10 seconds. How can I do?

ZKURT.1 by Senior
  • 6642 Views
  • 8 replies
  • 0 kudos

Resolved! stm32f103vet6 no osc no cap Swd download ok

 no osc no resist no osc but it run and download with swd light led pb12 ,but when fixed pin anybody know v2.9.0 ------------------------------------------------------------------- ST-LINK SN : 16004A002933353739303541 ST-LI...

67C5C88B-4C82-4A2F-A99C-F5919B6B3DFC.jpeg 1496A3E0-41E3-4B6D-8C67-F9462D889761.jpeg
st128 by Associate
  • 741 Views
  • 2 replies
  • 1 kudos

Debugging from board

I have a microcontroller stm32 series on one PCB board.I tried to debugg the memory with the st link v2 mini dongle and utility software.but couldn't connect. 

IMG20240529195730.jpg

ST7789

According to the datasheet, what is the maximum speed of the ST7789 for the SPI protocol? If we use an LCD with the ST7789 driver and connect it via the SPI protocol to a microcontroller, would we get higher speed with the STM32G0B0CET6 microcontroll...

Resolved! allocation of global variable SD-RAM external memory.

The 'HAL_SDRAM_Write_8b' and 'HAL_SDRAM_Read_8b' functions were confirmed using STM32H723ZGT6 and IS42S16320D-6TLI.(Check variable value changes with STM32CubeIDE's Memory Viewer and LiveWatch, no hardware problems)All internal RAM has been used to i...

thyu_0-1718330446766.png thyu_1-1718330844869.png
thyu by Associate
  • 2240 Views
  • 4 replies
  • 2 kudos

Resolved! BOOT0 pin and BOOT bits

I am using an STM32 G474RE NUCLEO board. Is it necessary for me to configure the BOOT0 pin and the BOOT bits in the FLASH_OPTR register if I am going to program the chip using the SWDIO and SWCLK pins with an ST-LINK V2?

tomm5771 by Associate III
  • 1121 Views
  • 3 replies
  • 2 kudos

bit shift >> and & operation

Hi i m coding function to write 8 bit data to a slave device, what does the (byte & 0x01) do in the for loop and what does the shift right statement ( byte = byte >> 1;) do ? void write8bit(uint8_t byte) { int i; for (i = 0; i<8; i++) { lowClk()...

Series resistors calculations for any interfaces

Can someone please help with how to calculate the series current limiting resistors to be connected from STM32H7 or any MCU to transceivers or any other interfaces? Is there a general thumb rule followed? Also how to calculate the wattage of resistor...

Jonah9Veh by Associate III
  • 514 Views
  • 1 replies
  • 0 kudos