-
磁场标定问题解决了吗?
能不能移植一下代码到SPRacing F3, cpu 是stm32F303,也同样有256k flash,
具有spi flash blackbox, I2C,接口的MPU6050,5883,MS5611.
具有3个uart,其中uart1 转usb用于调参了,uart2 uart3可以用于gps osd
-
Hi, I'm using cw308t-stm32f3 as by targetboard, I'm trying to connect with simpleserial on chipwhisperer, but the problem occurs when it goes to randombytes.c:
/usr/lib/gcc/arm-none-eabi/10.3.1…
-
`main.rs`:
```
bind_interrupts!(struct Irqs {
I2C1_EV => i2c::EventInterruptHandler;
I2C1_ER => i2c::ErrorInterruptHandler;
});
#[embassy_executor::main]
async fn main(spawner: Spaw…
-
Hi,
I've compiled and flashed the i2c example provided on ```examples/stm32/f3/stm32f3-discovery/i2c``` but "Hello, we're running" is printed on serial once the micro is reseted and nothing happen…
-
Docs.rs hasn't updated their documentation for ~15 hours now. Looks like this crate is clogging up their pipeline.
Recent crates (notice the ~15 hours):
![docs.rs recents](https://user-images.gith…
-
Hi,
I have read your paper recently and wanted to reproduce your experiment. But I only got an STM32F303 board with a CW308UFO borad. Due to the lack of RNG in STM32F3, it is impossible to make th…
-
There does not seem to be any way to connect to the mcu temperature sensor. (On Discovery-stm32f303 I think this uses an internal connection to ADC1 on channel 16,) In stm32f1xx-hal this is done by …
-
Hello,
I am trying to convert an SVD from STMicroelectronics, the stm32f303vc in particular. i have looked at the example but have a few questions to get a hang of this package to generate structs …
-
Added bit to command register to force reboot into DFU mode to enable firmware update without external hardware
ajn96 updated
2 years ago
-
I needed opamps in STM32F303, so here's my library files to configure them:
Files are in this repo: https://github.com/MightyPork/libopencm3_stm32f3_opamp
May work for other F3 models, this is the o…