Questions tagged [stm32f3]

For question involving the STM32F3xx series of microcontrollers.

33 questions
0
votes
0 answers

Can I use the STM32F303RDTx's ROM bootloader with level 1 flash readout protection?

ST provides a ROM bootloader in the STM32F303RDTx. I am able to jump into the bootloader from my application, and update the flash when read out protection (RDP) is disabled (level 0). When RDP is set to level 1, all attempts to disable RDP (which…
Joshua DeWeese
  • 330
  • 1
  • 9
0
votes
1 answer

l3gd20 gyroscope sending back repeated bytes on stm32f3discovery

I am working on the stm32f3discovery and am trying to read data from the l3gd20 gyro on the board. When I try to read 6 bytes continuously from OUT_X_L to OUT_Z_H (which is all the data that is used to read readings from the gyroscope) the first…
Jack F
  • 21
  • 2
0
votes
1 answer

How to pass a stm32f3discovery API into a function?

I am trying to create a separate file/module that has functions that can deal with the LEDs or gyro for the stm32f3discovery. I am trying to pass the stm32f3 API that holds all of the registers into a function to then use inside. When I run this…
Jack F
  • 21
  • 2
1 2
3