STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Certain read causes hang/crash

Reading this cell: 0xe0040000 will hard crash the CPU. You can do it from non secure code also, which opens the way for a possible denial of service attack.​I​n gdb:​x​/x 0xe0040000​I​ realize parallel trace (the tpiu reg in Q) is not implemented but...

Hedley by Associate III
  • 510 Views
  • 1 replies
  • 1 kudos

Resolved! Problem geting SPI values

Hello Everyone!I have some problem using SPI comunication between my STM32F103C8, and the angle sensor MA730.I get by separated the first 8 bit data and the second 8 bit data with de HAL_SPI_Transfer function, and looks like fine, but i get not value...

PTP client timer accuracy

This has nothing to do with STM32s, except that the PTP client needs to be implemented on a STM32-board with a KSZ-switch, but...Does anyone know if there's a requirement for PTP client timer accuracy outside which the calculation formuli don't work ...

Resolved! Start stop clear timer?

Hi, do HAL_TIM_Base_Stop will clear couter? When I next Start the timer will it count from 0 or will count from random number that it stopped? There is no Base_Clear as I know.Thanks​

oeliks by Senior
  • 811 Views
  • 3 replies
  • 1 kudos