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

Integraten Operation amplifier in STM32F3030

In datasheet is 6.3.22 Operational amplifier characteristicsILOAD Drive current max 500uA.Does this mean the amplifier cannot control the negative current?RLOAD Resistive load min 4kOhn? Why 4kjOhgm, for exmple curtent to 4kOhm for 2.5V is 625uA, thi...

HWolo by Associate II
  • 236 Views
  • 0 replies
  • 0 kudos

STM32H7 Timer Output Compare mode (OC mode)

hi sir, I want to use timer channels to OC mode. In that same timer interval i need set time to channel 1 come 1 time and channel 2 comes 5 times.example: In 1 milli second timer i need set & reset channel 1 for time and every 200 micro second set ...

srikanth by Associate III
  • 963 Views
  • 4 replies
  • 0 kudos

Resolved! BSDL file for STM32L4R5ZIT6

I am trying to run a boundary scan test on a custom board with a STM32L4R5ZIT6, My boundary scan tool of choice has highlighted some inconsistencies with the pins. When I set certain pins the wrong pins get set.I checked the resources section on you...

Rclar.13 by Associate II
  • 787 Views
  • 2 replies
  • 0 kudos

I'm trying to port some firmware from nucleo-F334 to nucleo-G474 for the HRTIM timers and the CubeMX for G474 for HRTIM1 is not working. I found some missing statement in the initialization.

I found that the CubeMX 5.3 initlization code missing a part; specifically the HRTIM clock initialization where the PLL is defined. There's a related constant that also needs to be defined. In any case can someone confirm the problem and how long it ...

WTom by Associate III
  • 239 Views
  • 0 replies
  • 0 kudos

Resolved! Problem with timer and input capture, timer does not run

Does anyone have experience with getting the timer to run with input capture, I am unable to make the input capture function.I have a working system with STM32F03 (M0) devices initialization generated by CubeMX. Now I am testing an identical system w...

TMalt by Associate II
  • 1745 Views
  • 4 replies
  • 0 kudos

HardFault on STM32F765

Hi,My code is generating a HardFault condition, is not every single time it pass the main loop, but after the first 5s it stops.The Hardfault not happen every time in the same line, that is what have been so difficult to track down, but it always sto...

0690X000009YoaXQAS.png 0690X000009YoamQAC.png

ADC channel 0 with DMA ?

Dear Members,I tried to initialize ADC1 channel 0 with DMA but I got not output yet,Init code :ADC_HandleTypeDef hadc; DMA_HandleTypeDef hdma_adc;   /* ADC init function */ void MX_ADC_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /**Confi...