STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Netx secure client authentication

I am using Netx secure for TLS implementation.here my requirement is to establish a TLS connection with mutual authentication (client and server).I am able to establish the proper handshake with Mutual authentication but the problem is when I try to ...

sabari1 by Associate III
  • 653 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G031K8 ADC Vref INT

Hi, I am trying to measure the Vref+ voltage using the ADC on the STM32G031K8. I looked at the latest datasheet saying that the VREF CAL value is the memory adress given below.   So, when I run this code through the debugger,1.) It gives me a hard fa...

vref_int_datasheet.png code.png Screenshot 2023-12-31 072004.png

External FLASH Memory with STM

I am Interface the External FLASH memory with STM MCU.As per Data sheet All command Implemented on Software But what next i can do not understand.Can You please suggest me any example code of External FLASH Memory with STM MCU using SPI communication...

YShah.1 by Associate II
  • 1567 Views
  • 2 replies
  • 0 kudos

Resolved! A question on use timer and samples out

Good morning everyone,I'm at my first experience with STM and between guides and tutorials I'm learning many things.But I wanted to configure a 32bit TIM5 timer on my STM32F446 board, I would like my timer to calculate a sample every 0.000001s, only ...

Daddi by Associate
  • 621 Views
  • 2 replies
  • 0 kudos

Resolved! Changing PWM Mode during runtime

Hello, I am trying to write a routine, that takes an array of structures as input and sets the timer 1 parameters. This function is called after each overflow of timer 1. I turn off the respective channels, then set the parameters, as seen in the fol...

(Working) Audio Demo for STM32F746?

Hi all,I'm trying to get to know the STM32 world, and I have a STM32F746G-DISCOVERY board here. I've successfully tested a couple of TouchGFX things, and it seems quite neat.Now I want to test the possibility to output audio signals on the TRS output...

Resolved! STM32G474RE PA3/PC5 pin.

Hello,STM32G474RE is the processor model I use.I read ADC from pin PA3 and I read IO from pin PC5. So whether these pins are common pins in the processor hardware? How can I separate these two pins from each other?