STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! HAL_Delay is stuck in the main function.

If I write HAL_Delay in the main function, then code execution gets stuck at this place.int main { HAL_Delay(1); }Code execution does not exit the loop at this point.while((HAL_GetTick() - tickstart) < wait)I think because the SysTick_Handler interru...

pr.png
MMust.5 by Senior II
  • 3808 Views
  • 2 replies
  • 2 kudos

low power modes

this part in my code completely making my prototype to sleep which should not.As my standby should workout if the main power supply is OFF for 30 seconds.I have tried shutdown mode and exti thats too behaved the samePlease help what may be wrong  _...

meena by Associate III
  • 1259 Views
  • 0 replies
  • 0 kudos

ADC multi channels STM32U585

Hi, I try to make a project that seems easy. but I am not good to code so I ask ChatGPT  but still I need  human GPT to help. appreciated 1) hardware STM32U585 ( (B-U585I-IOT02A)2) use software generate 0 to FFF and output analogue voltage to Pin PA4...

ForestXu_0-1690845443359.png ForestXu_1-1690845474707.png
Forest.Xu by Associate II
  • 1823 Views
  • 4 replies
  • 1 kudos

Power on built in test for STM32F446RE

Hello,   I am using STM32F446RE in my project and as per the project requirements I need to have power on built in test, initiated built in test and continuous built in test on STM32F446RE. Please let me know how different built-in self-tests can be ...

PAcha.1 by Associate
  • 2000 Views
  • 4 replies
  • 1 kudos

Resolved! Mysterious memory behaviour in simple DSP test program

Hello,I am currently developing a DSP application on an STM32F439ZI Nucleo board in combination with a Pmod I2S2 audio codec board. So far, basic testing and filtering worked fine until I started to try FFT processing. I isolated the issue in a simpl...

FFT.png
JP_ama by Associate III
  • 11110 Views
  • 20 replies
  • 3 kudos

Resolved! Multiple USB virtual com port

Hi, I would like to make a serial to usb converter. The problem is that I need to make a usb-to-32 serial port converter.I've seen that there is nothing like this on the market and not even chips that do this.What I came up with, is to use STM32s to ...

FMass.1 by Associate III
  • 4774 Views
  • 2 replies
  • 1 kudos

How to write your own DAC driver in STM32?

I was using HAL Driver for DAC, however, it turned out not to be suitable for my project because at high sampling frequency, using HAL_DAC_Setvalue() inside a timer interrupt caused problem. So i need to write my own driver for DAC. But I have no ide...

RShre.2 by Associate III
  • 4492 Views
  • 22 replies
  • 0 kudos

Resolved! STM32U585 TZEN Program Error when reset command is used

Hi @channelI am using the B-U585-IOT2A board based on STM32U585 and am configuring TZEN and checking some sample programs. i am not able to reset the board either through the push button or through the software code "NVIC_System_Reset()" and when deb...

PJose4_0-1690804143370.png PJose4_1-1690804228703.png PJose4_2-1690804321549.png PJose4_3-1690804334101.png
PJose.4 by Senior
  • 3422 Views
  • 5 replies
  • 1 kudos