STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Do STM32s have EEPROM ?

Hello,I am currently evaluating STM32s for use in professional developments.I'm going to substitute them for Microchip's AVR DB family microcontrollers.I still have one point to evaluate: is there an EEPROM built into the STM32s that allows parameter...

Ligea by Associate
  • 121 Views
  • 5 replies
  • 6 kudos

Omitting empty check on STM32G071GB

Hello,It looks that empty check on STM32G071GB is causing some problems to my boards due to high, low signals on pins. I am trying to omit empty check procedure and program my MCU using st-link by SWD. Is there any procedure for such scenario? When c...

kicur by Associate II
  • 93 Views
  • 5 replies
  • 2 kudos

LCD TFT 40 Pins

@mƎALLEm @TDK @Andrew Neil  Hi! I am trying to drive a 40 pins TFT screen by myself, but it's been a little difficult to achieve this.  First -> I did this schematic to connect the screen to my microcontroller:   I thought it would work fine, since ...

LucasStartTech_1-1743075416918.png LucasStartTech_2-1743075502219.png LucasStartTech_3-1743075553567.png

Resolved! How to control STM32H7RS GPIO port P and N?

I use NUCLEO-H7S3L8 to evaluate our new solution. I want to use GPIO port P to control a few external components.I add some test code into NUCLEO-H7S3L8\Examples\GPIO\GPIO_IOTggle project, like the below snapped code:__HAL_RCC_GPIOP_CLK_ENABLE(); GPI...

STM32H747i-disco 10Mhz Uart Rx interrupt problem

Hello ST experts, i need help about using STM32H747i-discoI'm testing Uart Tx(DMA)-Rx(Interrupt). My goal is 10Mhz uart tx-rx.The problem is that i success 750khz, but fail to Rx when baudrate 1Mhz~10Mhz. I set the disco 480Mhz setting (hw SB setting...

Resolved! Programming STM32C011J6M6 with Arduino IDE

Hello, I'm using an STM32C011J6M6 with the Arduino IDE to register with theST25DV64KC-IE6S3 's EEPROM. I previously used the ATTiny85 and would like to replace it with the STM32C0 to maintain the entire solution with ST components. I made some change...