STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Getting started with STM32H753I-EVAL2

Hello,I would like to evaluate the STM32H753XI MCU and I suppose the right board for that is the STM32H753I-EVAL2. Since I am completely new to STM MCUs and MPUs, I would like to know a little about it:- Is it sufficient to have the board itself and ...

rbedin by Associate II
  • 930 Views
  • 5 replies
  • 5 kudos

conflicting types error

I'm trying to make a smart irrigation using stm32f407 so, i used a Soil Moisture Sensors i write my code but when i trying to run the problem is :Description Resource Path Location Type conflicting types for 'Read_Soil_Moisture'; have 'uint16_t(void)...

Screenshot 2024-06-17 181149.png

Resolved! STM32L432 Internal Temp Sensor

I'm trying to get the internal temperature sensor working on a custom board with an STM32L432KC. VDDA is 2.5V and is stable. The raw readings I'm getting are about 200 counts higher than I would expect on a 12bit config. The reading doesn't change ba...

PCarn.1 by Associate III
  • 2109 Views
  • 14 replies
  • 2 kudos

Resolved! Eval board with multiple SPI and UART peripherals

Hi, I am currently working on a Embedded software application which require multiple SPI, UART peripherals/ pinouts(Min 2). I have used SDP-K1 (MCU- STM32F469) Eval board for my previous project which is suitable for my current project as well except...

Praneeth by Associate II
  • 869 Views
  • 6 replies
  • 5 kudos

ECC on CPU Registers

Do any of the Cortex M4 or M33 based MCUs have ECC on the processor's registers?If not, is there a mechanism built into the processor to ensure that processor registers (R0, R1, R2...R15 etc) are not corrupted due to SEU?Regards,Hamid

Resolved! CORDIC COS gives negative result

I am testing CORDIC module on STM32H723ZG. The results from CORDIC_FUNCTION_COSINE calculation are consistently negative where they should be positive and vice versa. This holds for 32BIT calculations and for 16BIT as well. Cannot find why this is ta...

pimaty_0-1718371560565.png
pimaty by Associate
  • 339 Views
  • 1 replies
  • 0 kudos

Resolved! Wrong flash memory size in st-link

Hello, I am using the STM32f107vct6 which has 256kbyte flash memory size. However, after connecting to MCU via st-link V2 and ST-link utility it shows me just a few pages of my flash memory size and the wrong flash memory size.what is my mistake? 

88.png

Resolved! High Speed Memory array copy

Hello, I have implemented a high-speed USART @921600 baud rate with STM32f10x @72Mhz. I want to send 3000 Bytes to a slave MCU.In slave MCU, I used USART DMA to read MSG[300]byte data collect the data, and copy them into a larger array(Data[3000]).My...