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

STM32F334 ADC Jumps

Hello, I am using a STM32F334 for a project where I am reading several analog channels, specifically connected to thermistors. I am using DMA to read the analog channels and also sending this data out on UART via DMA.  I am seeing some weird jumps in...

jls by Associate II
  • 1417 Views
  • 8 replies
  • 1 kudos

Resolved! Restart One Shot ADC + DMA

Hi,I have an STM32H747IGT6 that I wish to:Continuously sample 4096 ADC samplesTransfer each sample from the peripheral to memory using DMATrigger an interrupt at the end of the conversionsAfter the CPU operates on the stored data, restart the process...

slc2015 by Associate II
  • 590 Views
  • 3 replies
  • 0 kudos

Sequence of 4 measurements using ADC1

I was unable to configure ADC1 to measure a "4 channel sequence" and then generate an interrupt.I am using the injected result registers to read the values in the ISR.Adc_Value[0]= ADC1->JDR1;Adc_Value[1]= ADC1->JDR2;Adc_Value[2]= ADC1->JDR3;Adc_Valu...

bolurian by Associate II
  • 887 Views
  • 11 replies
  • 0 kudos

FLASH_WaitForLastOperation returns error in STM32G070

I try to erase a page using this code:bool EraseFlash() { uint32_t FirstPage = 0, NbOfPages = 0; uint32_t PageError = 0; int i; FLASH_EraseInitTypeDef EraseInitStruct = {0};   HAL_FLASH_Unlock(); FirstPage = GetPage(FLASH_START);   /* Get the ...

rickard2 by Associate III
  • 2357 Views
  • 9 replies
  • 0 kudos

Resolved! STM32H725 Vcap pins

Hello,I would like to know whether I understood the application note about the Vcap pins correctly. If there are 3 Vcap pins on the package, then 2 capacitors should be placed and one has to be connected to another. I'm not sure about this connection...

1000003688.png
fing by Associate II
  • 1301 Views
  • 8 replies
  • 6 kudos

STM32F429 Automatically Enables Write Protection

Hello guys,In some of the products we developed with STM32F429, we received the write-protected error I mentioned in the image. I know how to turn off write protection, but I can't figure out how it activates independently. However, there are also ma...

abdullahcavuss_0-1705405905781.jpeg

Resolved! KSZ8863RLL (dual PHY) - datasheet typo/error?

Heyho,first of all, I know this is a Microchip product, but their forum is rather dead.And I have seen some people here using the KSZ8863RLL. So please bear with me... I'm currently working on a big and complex PCB including the "dual PHY" KSZ8863RLL...

LCE_1-1701932684775.png
LCE by Principal
  • 358 Views
  • 1 replies
  • 1 kudos

STM32H7 periodical TIM triggered SPI transfer w/o DMA?

On a STM32H745ZI-Q - Board I want to create periodical 4-byte SPI transfers  triggered by a timer. So far I got this working the following way:TIM triggers DMADMA initiates the SPI transfer.However, the SPI transfer timing (CS low) has a high jitter ...

MSZB by Associate II
  • 1772 Views
  • 28 replies
  • 3 kudos

Can't upload the firmware F405

HI all, I am building a system to control my battery charger.When I power up the system from the DC power supply it work perfectly.But when I power up this with AC power supply it gives below error. What can be the possible error?

Supun_C_0-1705375752436.png
Supun_C by Associate
  • 277 Views
  • 1 replies
  • 0 kudos
Labels