STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

LGA-12 connectivity test ?

Dear Members or ST Employee,I tried to check the connection on LGA-12 package,Is it possible that I put extra pad larger horizontally so it's easier to check?Currently I used the same size as in datasheetThanks

0690X00000980Z3QAI.jpg

Resolved! VDDA/VSSA connection to VDD/VSS

RM0038 Reference manualSTM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx advanced ARM®-based 32-bit MCUsFigure 8. Power supply overview(LQFTP100)has the following note:VDDA and VSSA must be connected to VDD and VSS, respectively.If I am using sep...

Multiple Analog input problem in STM32L432KC

Dear All,I develop my project on the:Nculeo-L432mbed-os-5.13 and v5.12I try do to use the polling and DMA to read the multiple analog input, from PA_0 and PA_1.The DMA and Polling got the same result as below:The PA_0 value is valid 0v - 3.3v (0 - FF...

0690X00000980thQAA.jpg
JLiao by Associate II
  • 256 Views
  • 0 replies
  • 0 kudos

STM32F746BGT6

hi im using STM32F746BGT6 for long time in quantity and everything was ok . but now days i get stock with 4 of them . when i was trying to program them with jlink , i got a massage about read protect but i was careless in each 4 time and select ...

Rsel by Associate
  • 302 Views
  • 0 replies
  • 0 kudos

VGA not working?

I am trying to give 800x600@56hz vga output with my stm32f103c8t6. For some reason I can't get it to work. Both of the monitors I tried are saying "Input is not supported" or sth along thoose lines.I know that they can work with 800x600@56hz. I have ...

FEkic by Associate II
  • 416 Views
  • 2 replies
  • 0 kudos

Resolved! Memory Mapped QSPI reads nonsensical data

I am using a STM32F746zg uc connected to a W25Q80 Flash memory. In my initialization I erase a page then memory map the flash and then I read a pointer to that address. I expect to read 0xFF as the flash has just been erased, however I read 0x88. I'm...