how to configure a mapping using scatter files using stm32f7 ?
Posted on June 09, 2017 at 14:37hello how to configure a mapping using scatter files using stm32f7 ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 09, 2017 at 14:37hello how to configure a mapping using scatter files using stm32f7 ?
Posted on June 09, 2017 at 12:31helloI'm using a STM32F405RG LQFP64 with an oscillator of 8mhz I configured all clock up to max speed using HSE as PLLSRC and PLLCLK as SYSCLK src all looks good on cubemx config and generated code looks good too /*...
Posted on June 09, 2017 at 15:48Hello All,I am working on a development board with the MCU STM32107VCT6. I am trying to store the values from two Analog sensors and use these values to do some task. However, I am facing a problem with the ADC covers...
Posted on June 06, 2017 at 01:03We are using an STM32F469 in our design. We also utilize the device's DSI interface to a 400X400 LCD (round). We are clocking the micro with a 16MHZ crystal and producing a SYSCLK of 180MHZ. All is good. Now, I am slo...
Posted on March 22, 2017 at 08:50 Hi, I'm using Nucleo F207ZG board and i did my testing of GPIO using STM32CubeMx(HAL lib) with Eclipse IDE on Ubuntu 04, Now i want to use the USB as Communication Device Class (CDC) but i'm not familiar with usb s...
Posted on June 09, 2017 at 14:08 why spi1 is not starting in my controller. here below is my code #include 'stm32f10x.h' #include 'stm32f10x_rcc.h' #include 'stm32f10x_gpio.h' #include 'stm32f10x_spi.h' #define SPIx_RCC RCC_APB2Periph_SP...
Posted on June 06, 2017 at 11:20Hello everyone,I am using the STM32F429 MCU and the discovery board drivers in order to set up theI2C1 peripheral on a custom board.I have modified the driver of the discovery to utilize pins PB6/PB7 (I2C1 instead of ...
Posted on June 02, 2017 at 22:43HelloI'm trying to use TSC of my Nucleo-32 STM32F303 by changing TouchSensing_2touchkeys project of STM32Cube_FW_F3_V1.8.0 . I want to create one touch button and I try both TSC group 3 and TSC group 6 of my board . w...
Posted on June 09, 2017 at 06:14Recently, I take project of stm32f372.But, stm32f372 is not in the CUBEMX.Can i use STM32F373CBT6 instead of STM32F372CBT6 in CUBEMX?My preject only use sdadc, uart, gpio.
Posted on May 18, 2017 at 11:33Hi,Is there a way to disable the ''Flash sectors protection'' through USB (DfuSeDemo/dfu-util/...)?It can be done using the STM32 ST-LINK Utility,by going to Target > Option Bytes, and unselecting all the sectors under...