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

Declaring variables in External SRAM

Posted on September 23, 2016 at 18:33Hi everyone!  I'm having some difficulty getting variables to be declared in external SRAM.  I'm using a STM32L4.  If I do address casting like the FMC example project for the eval board in the library code I can...

Jim Kaz by Associate II
  • 1227 Views
  • 1 replies
  • 0 kudos

Program received signal SIGINT, Interrupt

Posted on September 23, 2016 at 11:06Hi, I am using STM32469I-Evaluation board (384KB SRAM and 2MB flash), Cube MX version 4.16, SW4STM and AC6 tool chain version 1.8v (32bit OS) and ST-Link V2.1 debugger (firmware version V2.J27.M15). I have create...

One-Wire protocol with Input capture

Posted on September 23, 2016 at 12:07Hi to all i have this problem, i have a STM32L152RE with a temperature Sensor, this sensor use 1-wire protocol,the data is codifing with pulse width, lather the mcu start the connection the sensor give the 40 bit...

antonioB by Associate II
  • 620 Views
  • 1 replies
  • 0 kudos

STM32F756NG and ADC conversion time

Posted on September 23, 2016 at 12:26APB2 clock: 100Mhz ADC clock: 100/4=25Mhz Data resolution: 12bit One conversion time = 15/25 = 0.6us, 6 conversion is 3.6us But in real environment when i test on device i got the result: 6 conversations = 1.8us ...

ctbk1989 by Associate
  • 398 Views
  • 0 replies
  • 0 kudos

STM32F407G-DISC1 - RTC - HAL

Posted on September 22, 2016 at 09:39hi guys   im currently working on the STM32407G-DISC1, the goal is RTC usage. HWlib is HAL. Below i posted the RTC related code. I did check both the CubeMX autogenerated code as well as the F4 RTC example as we...

Problem with write file on SD card.

Posted on September 23, 2016 at 08:56 Hi. Mypurpose is receive data from usart and write it into file in SD card. I use SDIO 1wire and STM32cube MX. this is my code #include ''stm32f4xx_hal.h'' #include ''fatfs.h'' SD_HandleTypeDef hsd; HAL_S...

dangky by Associate II
  • 598 Views
  • 1 replies
  • 0 kudos

STM32F407VG Basic Timer 6 Magic value

Posted on September 19, 2016 at 10:54Hello! I use a basic timer 6 to make a simple delay. Here is my code:#define DELAY_TIME       10#define PB2_ON()         GPIOB->BSRRL = GPIO_Pin_2#define PB2_OFF()        GPIOB->BSRRH = GPIO_Pin_2//Config PortB_P...

dimf_91 by Associate II
  • 1263 Views
  • 6 replies
  • 0 kudos

Full-Time Position, Maryland, STM32 Embedded Systems

Posted on September 21, 2016 at 06:05Hi Folks,Stanley Black and Decker is looking for an Embedded Systems Engineer who has experience with STM32 micros. Looking for folks willing to embrace the latest STM32Cube system. You will be working on cool pr...

dttworld by Associate II
  • 1819 Views
  • 7 replies
  • 0 kudos

STM32F10x + FATFS + SDIO

Posted on September 19, 2016 at 10:22Hi,I am working on SDIO(Sandisk 32Gb class 10 sd card) + FATFS. My application code contains two loops one is 50Hz and other is of 1Hz. I am writing 512 bytes in 50Hz loop(i.e. after 20ms delay, flag is becoming ...

Niks by Associate II
  • 1446 Views
  • 4 replies
  • 0 kudos