STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

library problem

Posted on May 04, 2017 at 09:30Hi.I can't find  GPIO_PinAFConfig(). when i write it function, i don't find GPIO_AF parameter.void GPIO_PinAFConfig(GPIO_TypeDef* GPIOx, uint16_t GPIO_PinSource, uint8_t GPIO_AF){ uint32_t temp = 0x00; uint32_t temp_2 ...

SensorTile read the characteristic quaternions

Posted on March 03, 2017 at 09:59HelloMy company bought the STEVAL-STLKT01V1.I have to get the values of the quaternion's characteristic but it seems to be blocked.In fact with my computer i can : _ Connect in BLE to the sensorTile _ Get all service...

Resolved! VREFBUF enable for STM32L476VG not possible?

Posted on May 02, 2017 at 10:54 I am using a STM32L476VG (100 pin package, VREF+ not bonded to VDDA) for a mixed signal design. I planed to use the VREF+ as a 2.048V reference output. Currently there is no load on the VREF+ pin. Unfortunately ...

STM32FCubeMX CAN-Bus Initialisation fails

Posted on July 04, 2014 at 16:03Hi; I am using STM32FCubeMX with its default configuration for the STRM32F4DISCOVERY board. I have enabled CAN1 master Mode (Loopback) and generated the Code for ''MDK-ARM 4.73. When i run the code the CAN initialisat...

Cannot access memory

Posted on January 31, 2017 at 08:59I try to programm stm32f405RG MCU using stm32f4-discovery as a programmer. I use Keil 5. I connect chips throgh SWD. I can load prodramm on stm32f405, but it doesn't work. I run debug session in Keil and see, that ...