STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F722VET6 MCU Malfunctioning

We are using STM32F722VET6 MCU in one of our project.Memory defined are in linker as below:RAM : 256KBROM : 512KBStack : 4KBWe have configured below peripherals and developed an application code using user defined functions. Which is working as exp...

SPate.14 by Associate
  • 717 Views
  • 2 replies
  • 0 kudos

Resolved! Recognizing SPI data reception in STM32F429

I'd like to ask how the STM32F429 recognizes data reception in case of SPI while there is no any start bit? I know that there is RXNE bit in SPI_SR status register, but how SPI knows where is the first bit of the transmitted byte? Is it somehow sync...

WKowo by Associate II
  • 576 Views
  • 2 replies
  • 0 kudos

Please correct my function ?

Dear Member,I'm confused between pointer and array,Please correct me :void sim7600_modem(char *SIM_TxBuffer){   printf("sim7600_modem ATI\r\n");   //Clear buffer   HAL_UART_Transmit_IT(&huart1,(uint8_t*)&aTxBuffer4, sizeof(aTxBuffer4));   HAL_Delay(5...

Wrong data on I2C 2 ?

Dear Members,I got a wrong data on I2C 2 for LCD, the first time it was ok, after a while it becomes like in the photo, what do you think the cause of it ?I have put a pull up resistor for it 10K, and the speed is 100KHz,I2C1 for Accelerometer and te...

0690X000009ZXuZQAW.jpg

GPIO interrupt keep systick interrupt from occuring?

Hi, Im senior engineer using stm32, maybe, not newbee.I know that Higher interrupt priority can occur when mcu still process lower interrupt.Higher interrupt , i mean, lower priority value in nvic register.but just now, I found gpio interrupt can dis...

jd kim by Associate II
  • 883 Views
  • 4 replies
  • 0 kudos

ADC Sampling rate understanding

I do not understand the difference between the different sampling rates (cycles3 - cycle480). I know it is related to the time given for the ADC capacitor. I also realise that more time should mean more stable reading. I ran some quick tests and I f...

SSudh.12 by Associate
  • 811 Views
  • 1 replies
  • 0 kudos

Output of STM32F100RB DiscoveryVL board when connected to 3v3 converter only shows from 2.58 to 3.19 volts on the input and alway 5v on the output of converter.

I have a Value Line Discovery board - STM32F100RB and three of the outputs are connected to a 3v3 converter to get a 5v output. I have tried another controller board with 3v3 outputs to drive the convertor board and I get a clean signal. (Either 0 or...

Dan in WY by Associate III
  • 457 Views
  • 1 replies
  • 0 kudos