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

Resolved! display address CCM

Posted on September 15, 2017 at 17:52Hi,I try to move some array in CCM on stm32f415.I modify the ld script with  CCM_SRAM   (rwx) : ORIGIN = 0x10000000, LENGTH = 64K .ccmram : { . = ALIGN(4); _sccmram = .; /* create a global symbol at ccmram start ...

OA1ZHA / TSZ121 precision amplifier

Posted on September 16, 2017 at 12:33I'm not sure if I'm understanding the gain bandwidth correctly, but can I use OA1ZHA op amp for a signal with ADC sampling frequency of 2 kHz? or am I really limited to only 400 kHz based on maximum gain bandwidt...

0690X000006045dQAA.jpg
Kevin A by Associate
  • 344 Views
  • 1 replies
  • 0 kudos

Output control Question

Posted on September 18, 2017 at 02:59EX) ODR = 1   -> I/O Pin State = 0 ?It is True?If ODR = 1 then I / O port is also 1?Is it OutputControl Not Gate?

0690X00000608HJQAY.png

Update from F4 to F7 -> Performance Problems

Posted on September 15, 2017 at 14:17Hallo everybody,i have a circuit board whitch is fitted with a STM32F429BIT.The Software use STemWin and LWIP (without RTOS) and works good.Now i has order the same circuit board with the pin compatible STM32F767...

mfrank9 by Associate III
  • 246 Views
  • 1 replies
  • 0 kudos

Bootloader + Two applications

Posted on September 07, 2017 at 08:19Hi, I have to download second application and enter second application from the first application.Bootloader to First application jump is happening and working fine.I have problem to jump to second application fr...

Resolved! Maximum output current value of PWM, TIM

Posted on September 16, 2017 at 18:18Sorry for my poor English.What is the maximum output current value of PWM using TIM? Where can I find it in the data sheet? I am using STM32F334. I am investigating whether the MOSFET can be directly driven by th...

0690X00000608GvQAI.png
Ken Inoue by Associate III
  • 589 Views
  • 4 replies
  • 0 kudos

Freeware compilers for STM32 family ?

Posted on May 05, 2017 at 04:02I am new to the STM32 world.   I've played a lot with many 8051 varieties and now want to expand.   I am thinking of buy a few of the really simple STM32 boards to play with, and just start writing code from scratch.I'...