STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nucleo-H743 out of stock

Posted on March 15, 2018 at 12:37I wanted to try Nucleo-H743 board to see, if H7 MCU is a good choice for my application. But it seems like there's no vendor that provides the board. I think it has been a while since the board is out of stock. Does ...

M. Jeong by Associate II
  • 1248 Views
  • 9 replies
  • 0 kudos

Programming STM32F401RET6 WITHOUT Nucleo board

I'm trying to find how to program the STM32F401RET6 MCU on a standalone PCB without the development board. The datasheet specifies using JTAG for debugging but does not specify that this could be used for initial programming too. Could anyone help me...

CMead by Associate
  • 772 Views
  • 1 replies
  • 0 kudos

hidden pins in STM32L0 CAD Symbol and Footprint files

I downloaded "STM32L0 CAD Symbol and Footprint files", open STM32L0x1KUF6.bxl, and converted it to .lbr Eagle CAD file. I opened the file in Eagle and realized that some pins(No.1,5,17) are hidden. why? I'm a beginner of Eagle

YFuku.3 by Associate III
  • 442 Views
  • 1 replies
  • 0 kudos

Stm32F303 Timer1-Prescaler Problem

Hello all,I am using the nucleo Board Stm32F303Ze where I want to trigger the ADCs with Timer1 after 3 or 5 cycles when the Timer is set to 144 MHz. The configuration is done in CubeMX.Generally the triggering of the ADCs and the transmission via DM...

Bench by Associate III
  • 897 Views
  • 8 replies
  • 0 kudos

interfacing PDM mic with STM32F4

Hi, now it seems I can successfully sample audio data, below is the spectrum of 10KHz tone signal.However, in an acoustically quiet room, the mic can still sample high freq noise, which confused me.Now there are 2 things also confuse me:It seems the ...

J Lee by Associate III
  • 511 Views
  • 0 replies
  • 0 kudos

Resolved! Have I found a driver issue?

Greetings, I'm using an STM32L496. I have a peripheral connected to PE11, which I have configured as an interrupt on the rising edge. I have another circuit connected to PA11, which is normally an input. So far no problem. In order to do a sel...