Error when trying to save a variable in an EEPROM using I2C
Posted on September 12, 2017 at 14:52The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 12, 2017 at 14:52The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 12, 2017 at 10:50Dear community.I have a very interesting issue - I am working on STM32L496 Nucleo board and working with USART1. Everything works fine there with USART1 receive/transmitting in INT mode. (Nucleo runs 3.3v with ...
Posted on September 13, 2017 at 04:41Hi.Now I'm trying to implement USART interrupt mode.But I'm wondering if I use the same priority and sub-priority in multiple NVIC, what happens?For example,If I use as the below,NVIC_InitStructure.NVIC_IRQChanne...
Posted on May 12, 2016 at 13:55Hello! I try to use the SDMMC1 interface together with FatFS. Initialization is created with CubeMX. My init is something like this: ... MX_LTDC_Init(); MX_SDMMC1_SD_Init(); MX_FATFS_Init(); ... Then I try to use the S...
Posted on September 04, 2017 at 12:33 On my STM32F411RE I send data to my SPI2 peripheral port using DMA and it works fine, but the moment I enable any kind of interrupts for the NVIC it completely scrambles up my stream of DMA data on my SPI2 -...
Posted on September 06, 2017 at 21:28A citation from 'RM0041. Reference manual. STM32F100xx':OSSI: Off-state selection for Idle modeThis bit is used when MOE=0 on channels configured as outputs....0: When inactive, OC/OCN outputs are disabled (OC/OC...
Posted on September 11, 2017 at 16:33 Hi, Now I'm trying to implement UART function as the below, But the problem is keep showing in RS232 Tool. I'm just referring fully reference posting such as https://community.st.com/thread/19577?comment...
Posted on May 12, 2017 at 02:33Using recently updated (app and all libraries) CubeMX v4.21.0 on Windows 10, I create a new project for the NUCLEO-32 (STM32F042K6T6) board, but there are no settings for configuring the GPIO pins.When I go to the 'Con...
Posted on September 12, 2017 at 19:21part of code from CoIDE//----------Clock configure-------------//RCC->CFGR |= RCC_CFGR_PLLMULL4; // PLL multiplication factor = 4 RCC->CR |= RCC_CR_PLLON; // PLL start RCC->CFGR |= RCC_CFGR_SW_PLL; ...
Posted on July 15, 2017 at 12:01I have recently got a STM32F469I-DISCOVERY board to start embedded development on STM32 family. To begin, I have downloaded the STM32F4 firmware package and started to test some of the demo applications provided. It s...