STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 c2c portal does not send activation emails

I registered on stm32-c2c.com website but it continue to tell me that it needs to confirm my email. I never got email with confirmation link. When I click "RESEND" button it says "Email successfully sent" but I never got any. It does not allow me to ...

ESava by Associate
  • 383 Views
  • 0 replies
  • 1 kudos

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
  • 1131 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
  • 681 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
  • 782 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
  • 478 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...