STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wake from stop mode

Posted on March 15, 2018 at 08:06Hi,     I am using a STM32LO72 device and entering stop mode using     HAL_PRW_EnterSTOPMode ( PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);     I have configured the RTC AlarmB to wake the device but it wakes almost...

STM32F4 USB HID DEVICE AS MOUSE

Posted on March 14, 2018 at 13:58Hi All,Iam trying to configure STM32F4 discovery board to detect as mouse in Windows PC.I have generated code from STM32CubeMX tool and configurations are HSE_VALUE = 25MHZ, usb device class is HID. When Am running c...

Resolved! STM32F415 weird I2C behaviour

Posted on March 14, 2018 at 09:24Hello,I am using a STM32F415RGT6 embedded in the 1Bitsy Board. I want to set up the I2C Peripheral in order to read some data from a sensor.My example code: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOB, ENABLE);GPIO_I...

0690X0000060A7aQAE.png 0690X0000060A7VQAU.png

Resolved! stm32 c++ Linker error

Posted on March 14, 2018 at 22:47hey guysI have an stm32f4 discovery board and used stm32 cube to generate a SW4STM32 project with freertos.SW4STM32 is able to convert a c project to c++ project.I have read about the problem when mixing c and c++ co...

how to set include path

Posted on March 14, 2018 at 14:41Hello, I am new for stm32 (nucleo-f429zi) and truestudio. I try new stm32cube_fw_f4_v1.21.0. when I try example of new firmware. I can't set includes path and directories correctly. After 2 days work, I can include a...