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

Declare Typedef array size with external Macro

Posted on May 29, 2018 at 15:25 Good day everyone, I'm trying to create a typedef for array in a header file. The size of this array should be defined by a macro from another header file. A quick snippet of my code is as follows: HTPA.h ...

Input Capture on very high frequency

Posted on May 29, 2018 at 09:43 Hi All, I am now working on STM32F071 running at 48MHz. I would like to use timer to capture a signal at frequency higher than 400KHz. Originally I use the input capture interrupt to read the period and duty cycl...

low latency signal generation using timer and DMA

Posted on April 30, 2018 at 21:20Hey everyone,I used a one pulse mode  master signal that triggers a slave timer. The slave timer then generates a one pulse waveform with repetition counter set to 5.I want to generate the signal above, It receives a...

0690X0000060ApmQAE.png
con3 by Senior
  • 367 Views
  • 8 replies
  • 0 kudos

Boot0 Pin

Posted on May 30, 2018 at 06:41what happen if I don't push the boot0 pin on Vdd or pull it to Vss, just let it float ?

Do all WKUP pins work for Standby mode for STM32F072 ?

Posted on May 29, 2018 at 23:32The documentation for the STM32 F072 is inconsistent:Section 3.5.4:'• Standby modeThe Standby mode is used to achieve the lowest power consumption. The internalvoltage regulator is switched off so that the entire 1.8...

mvonahnen by Associate III
  • 278 Views
  • 1 replies
  • 0 kudos

Errata for AN3155

Posted on May 30, 2018 at 11:27Hi,sorry, if this forum is the wrong place, but I did not find a better one In AN3155 (USART protocol used in the STM32 bootloader; DocID17066 Rev 7) on page 7 it is written:2. for each command the host sends a byte an...

Monitoring the internal voltage reference

Posted on May 30, 2018 at 06:24Hello ST engineers,I have some questions about ADC of MCU STM32F302RC, please help to answer.In our application, operating voltage of MCU is 3.3V (VDD=VDDA=3.3V). In firmware, we want to use VREFINT of ADC to calculate...

0690X0000060L0JQAU.png
Lin Zi by Associate II
  • 812 Views
  • 8 replies
  • 0 kudos

Custome board with stm32f427 USB failure

Posted on April 23, 2018 at 13:28Hi,I am developing a custome board with the stm32f427.I cannot get the USB to connect to the PC. I allways get the number 43 error 'USB device unknown'The builtin bootloader is loaded and I can see the code running o...

Design for stm32f7 to programming

Posted on May 30, 2018 at 05:45Hi ! I have designed a board with stm32f765 (LQFP100) but I got a problem with it when I test this board. I connect the board through usb cable with st link v2 and the ST Link Utility can detect this stm32f7 but when I...

0690X00000604TbQAI.jpg

Some question about DWT working on the stm32F767

Posted on May 30, 2018 at 03:57I am using the STM32F7-Discovery board and have been stuck at trying to enable the DWT cycle ,From what I've seen online this should suffice for enabling it:#define DWT_CR *((volatile unsigned int *)0xE0001000)#define ...

Labels