Hi all,I'm trying to adapt stm32loader python script to use it with stm32wl5 chip. So for now it's working i'm able to flash my stm, but for now after flashing Id like to run my firmware.Here is my step procedure : - Put BOOT0 to 1 - RESET mcu - Put ...
Hi all,Just a question, I have one stm32wl RAK3172 chip, on this chip I have a stm32f4 connected via UART like thatSTM32F4 UART2 RAK3172 UART1PD6 ----> PB6. PD5 -----> PB7 I'm trying to com...
Hi all,I'm trying to understand how can I use this ST lib to activated interrupt if accelerometer data ready. I already use this lib but I don't use interrupt mode, right now I'd like to try it.So if I understand well I have to use int32_t lsm6dso32_...
Hi allI'm working with an stm32f4 and I have a question about current consumption on stop mode, on the pin PC1 I have a external pull up 10k connected to 3.3v, before stop mode what is the best mode to avoid PC1 consume 0.33ua ? Right now I have put ...
Hi,I'm trying to use spi on STEVAL-IDB008v2 board I want to wire spi flash dev board, after reading the documentation I'm not sure but if I want to have spi on bluenrg2 I have to desolder R64 and R63 resistors ? EDIT : it's seem 1-2sel and 3-4sel are...
Ok so if I put PC1 in Analog mode no current pass through my external resistor when I'm in stop mode ? Bad news for me in stop mode I have 480ua current and I hoped that the problem would come from PC1, so my issue coming from another part.
Thanks for the reply @QSHAO.1 So I have to solder wire ? There is no built in solution on dev board ? This strange all ST dev board I had, have jumper or something, for this kind of situation.So far, I'll try with wire. Keep you in touch
Yes I'll try it.Did I understand the documentation correctly when I said that in stop mode it is not necessary to stop the device clocks ? For example if I used usart1 I don't have to call__HAL_RCC_USART1_CLK_DISABLE
I've not checked yet the signal from my oscilloscope, I'll do it.My device configuration is : - pull up resitor 10k on SDA and SCL - 3 devices on the I2c line LSM6DSO32, LIS2DU12 and BMP384 - I2c reading/writing code come from stm github, for example...