STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103 boot loader question

Occasionally I get a crash - I think when stack meets heap in certain circumstances but I'm still working on that and it's not the issue I'm asking about.The problem is that when the processor crashes I use the boot loader to reload another code buil...

MikeDB by Lead
  • 126 Views
  • 0 replies
  • 0 kudos

in STM32F373 SDADC example for RTD measurement and I am getting huge noise in raw ADC and RTD temperature variation after configuring other peripherals like TSC and SPI for LCD.

I have used SDADC RTD temperature measurement example from \STM32Cube\Repository\STM32Cube_FW_F3_V1.10.0\Projects\STM32373C_EVAL\Examples\SDADC\SDADC_TempMeasurementwith the same micro STM32F373 and I am getting huge noise in raw ADC and RTD temperat...

Communication UART

Good morning,HAL_UART_Transmit(&huart2,myRxData,11,10);HAL_UART_Receive(&huart2,myRxData,11,100);My question is: only to make a test of sending and receiving data is enough to use the previous functions and make the connection of the pins tx with rx ...

lmeli by Associate II
  • 417 Views
  • 9 replies
  • 0 kudos

Resolved! Use of UART HAL Drivers

Hello,I'm designing an application where a PCB with STM32F031C6 has to receive a minimum of 5 bytes via an half-duplex communication. Transmission is delimited by special character, ASCII is used. Ideally, the transmission would be composed by 3 data...

MFran.10 by Associate II
  • 301 Views
  • 6 replies
  • 0 kudos