STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SMBus slave multi-part recieve

Posted on July 11, 2018 at 12:12I hope some can help with a SMBus problem I am having. I am using I2C2 on the STM32L432 in SMBus mode as communication medium between devices. I'm not using the standard SMBus protocols, instead I'm using a simple dat...

STM32 Flash getting erased

Posted on July 10, 2018 at 18:10We are using a STM32F407IGH6 in our design.  We may have an invalid configuration for this device.  Currently we are pulling PDR_ON low, but we are not driving the NRST pin externally.  This will be fixed in our next ...

STM32CubeMX STM32h7 Library Install Problem

Posted on July 11, 2018 at 11:42HiI am facing problem while installing STM32Cube MCU package for STM32H7 . I have downloaded the package from ST website. When I install it from local option available in embedded software package manager , it pops ou...

Not able to read from an external EEPROM

Posted on July 10, 2018 at 17:05 I'm trying to write and read from an external http://ww1.microchip.com/downloads/en/DeviceDoc/20001749K.pdf. The datasheet states that I need to send an Enable code before I do anything. There is a start bit (S...

stm32F4 PB8 and PB9 GPIO problem

Posted on July 10, 2018 at 15:42Hello,I have a problem with the pins PB8 and PB9 as GPIO. I habe used the following testcode on the EVAL324xG-EVAL Board:int main () {    GPIO_InitTypeDef  GPIO_InitStructure;    RCC_AHB1PeriphClockCmd (RCC_AHB1Periph...

Tobi as by Associate II
  • 1207 Views
  • 2 replies
  • 0 kudos

Connecting Sensortile with Cradle through ble to Macbook

Posted on July 11, 2018 at 02:32I have been trying to figure out if there is a way of streaming data from Sensortile, which is soldered on a cradle. However, besides using BlueMS app on the phone, I wasn't really able to stream data out of it, and n...

SD card with STM32F103C8

Posted on July 10, 2018 at 22:47I generated the FATFS with cubeMX.How can I direct the driver to use the SPI to communicate with the SD card? Also the FatFs_Usd project under the STM32Cube F1 package is not showing how can I communicate with SPI!tha...

TIM16 for LL_TIM_SetCounter/LL_TIM_GetCounter

Posted on July 10, 2018 at 22:55Hi,I am trying to use TIM16 for timer counter for Nucleo-144 board. After init, I do have code to SetCounter/EnableCounter.After that the counter value get from GetCounter never increase as I am expecting.Is there any...