Several Wakeup Pins
Hi All,Is it possible to define wakeup pins other than WKUP0 and WKUP1 in STM32L152RC? I need to define three or more wakeup sources.Thanks in advance.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi All,Is it possible to define wakeup pins other than WKUP0 and WKUP1 in STM32L152RC? I need to define three or more wakeup sources.Thanks in advance.
we use stm32L431cct6 in our board and we are using HAL layer.On power-On reset HAL_FLASHEx_Erase function gives error, but when we reset using RST pin it working fine, can you please suggest how to solve these problem.
I'm trying to setup the UART on my NUCLEO-144 (H743) and I am running into a little issue with the character match interrupt. The data sheet says you can only write to the ADDRESS bits in CR2 to set the match char if the port is disabled (UE = 0) or...
** HAL_I2C_Mem_Write_DMA not work.. **trying to drive OLED SSD1306 0,96 inch (I2C) from STM32L031F6P6using HAL_I2C_Mem_Write (NO DMA), worked OK>> HAL_I2C_Mem_Write( &hi2c1, SSD1306_I2C_ADDR, 0x40, 1, &SSD1306_Buffer[SSD1306_WIDTH * i], SSD1306_WID...
I'm using STOP2 with ChibIOS in an extremely low-power device. ChibiOS uses the DWT counter in a few places to have a predictable delay -- a relatively common "trick". The issue is that when entering STOP2 the debug unit is powered down which, if ...
I'm trying to debug an application running on a STM32F722 on a custom board. Right now I'm using Atollic TrueStudio and (an original) J-Link EDU.Flashing works totally fine, but when I try to debug, the debugger will throw an error when hitting some ...
i know only assembly or something in c, but my friends using python, the python easy language. so why i knowing which MPU supported language?????
Hi,I have some problems with setting up the virtual EEPROM on an stm32f405vgt6. I did not adjust the linker script and run into a hard fault. What I found out is, that the memory region of the flash, which I wanted to use for the virtual EEPROM, is ...
I using bluetooth to control the drone by sending single character. But when i press the button on my phone, they is nothing happen on the drone. So, i think that my arduino coding is not complete yet.....Below is my coding:#define M1_PIN PA8#defin...
I need a good tutorial how to start. It is first time for me to setup this SW.I have used Stm32f429 before with Keil uVision5.I don't know which SW required for my first model.I have setup waijung17_03a and it is appeared as a Simulink library.Thanks...