STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL I2C DMA Detect NAK (STM32F072)

Posted on May 07, 2018 at 23:02I am using HAL I2C to interface Cryptomemory (from ATMEL). Using I2C master transmit(HAL_I2C_Master_Transmit_DMA), I need to differentiate the following two conditions of device,1. Send B4+ACK, 00+ACK, 00+ACK, 01+NAK2....

mtien888 by Associate II
  • 243 Views
  • 0 replies
  • 0 kudos

UART in STM32F407

Posted on May 02, 2018 at 17:24HelloI run into a stupid problem. I have a data that is sent by a device with bitrate115200. I need to read it with STM2F4. The data is five HEX numbers.I was trying to do this in different ways but I failed. I am read...

How DMA Transmit works ?

Posted on May 06, 2018 at 19:01Hallo everyone i have a question..as i know the DMA receives Data und when it reaches the Bytes the i have determined it makes interrupt so this is usefull because the cpu doesn't wait the UART slow connection to finis...

How should I set my ''heap'' and ''stack'' size

Posted on November 03, 2017 at 18:04After compiling the codes, my code size is:Program Size: Code=20140 RO-data=316 RW-data=540 ZI-data=2412 Based on this information, how should I set my 'heap' and 'stack' size? My first question is the 'heap' and ...

Vu.Andy by Associate III
  • 3439 Views
  • 7 replies
  • 0 kudos

ADC Vref?

Posted on May 05, 2018 at 11:02Hi,I beginner in stm32 i am using stm32l071 adc channel 9 what is vref ?vref is Vdda i am connect vdda as 2.5v this is internally connected to vref yes or not?can i enable vref by software(in code)?Sampling time variat...

Rewrite on a flash memory

Posted on May 07, 2018 at 14:33Hello, I am currently a French student placement and I program card NUCLEO-144 STM32F767ZI. I have some problems on the flash memory. I can write to the flash memory, read from the flash memory and erase a sector of th...

STM32F446RE CANOpen with HAL library

Posted on May 07, 2018 at 13:13Hello everyone,I'm new with STM32 board and I have to program CANOpen communication between two STM32 boards: F334R8 and F446RE. I don't know if it could be the same code.I know programming in Arduino, but I have only ...

[STM32L0] LPTimer failing to start after a while.

Posted on May 06, 2018 at 14:36Hi all.I've run into some problems with the LPTimer and hope that maybe you can point me the right direction so I can find a fix.Some context first:-I have an RTC Alarm interrupt triggering once a second.-Inside the RT...