STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL UART transfer with DMA keeps busy

Posted on September 29, 2015 at 15:28 Hello there, I am trying to write a logger application using uart4 and DMA on STM32F4 discovery. I am usinh HAL lib and I can send through uart using regular transfer funtion without problem: HAL_...

Write to FLASH

Posted on September 30, 2015 at 08:16I have discovery 4 (STM32F407) I want to save some data to FLASH.I want to know which address/sectors should I write my data at. I know there are 11 sectors in the stm32f407 I am using GCC and the my firmware siz...

STM32F042 MEM_MODE problem

Posted on September 30, 2015 at 16:59Hello,i use STM32F042C6 MCU and change SYSCFG MEM_MODE to 1 (System Flash memory mapped at 0x00000000) but always see Main Flash (0x08000000) data from address 0x00000000.Also i try set 11 (Embedded SRAM mapped a...

x8932 by Associate II
  • 451 Views
  • 1 replies
  • 0 kudos

Where can I find ADCy_AWDx_OUT ?

Posted on September 28, 2015 at 13:05When ADC threshold is reached ADCy_AWDx_OUT is set and stays high as long as first conversion is between low and high threshold levels. Where can I read this value? Is possible to configure interrupt for this tra...

matic by Associate III
  • 548 Views
  • 3 replies
  • 0 kudos

Is it possible to disable FS USB OTG Tx interrupt?

Posted on September 30, 2015 at 15:27Hi all, STM32F4Discovery's uUSB connector is connected to the FS OTG of the MCU. As I can see separate Rx and Tx interrupts are only available for HS OTG peripheral. Is it possible (or how can I) disable only the...

uart communication stm32f4

Posted on March 13, 2012 at 17:23'morning every bodyI need a little help to write an ''echo program'' (micro send anything to the uart and receives back the same transmission). does anybody have any ideas about it?? any help is VEEEEEEERY appreciate...

lacava by Associate II
  • 2189 Views
  • 13 replies
  • 0 kudos

STemwin with BW LCD's

Posted on September 30, 2015 at 13:18 Hello! I'm trying to hookPCD8544 BW LCD with no success. I've addedGUIDRV_Page1bpp.h with this contents: #ifndef GUIDRV_Page1bpp_H #define GUIDRV_Page1bpp_H /***********************************...

Keil stm32 compiler issue

Posted on September 30, 2015 at 11:23Hi every one I get a strange bug with a subject. It's in a relation to the preprocessor directives. There is a few definition in a header file (adc.h):#define ADC_NUM_OF_BITS_12                (0) #define ADC_NUM...

tyr0 by Associate II
  • 732 Views
  • 5 replies
  • 0 kudos

package stdfu.dll and inf into setup file

Posted on September 30, 2015 at 12:58I'm developing the firmware update tool to update firmware on ST microcontroller, i'm using STDFU.dll for the update, i would like to create a setup file that able to load/register the dll and STTubeDevice driver...

yen-mei by Associate
  • 419 Views
  • 0 replies
  • 0 kudos

STM32_TDES_ECB_Encrypt

Posted on September 29, 2015 at 15:29Hello, I want to use STM32CubeExpansion_FwCryptographic_V3.0.0. In my code I do some test calling STM32_TDES_ECB_Encrypt function InputMessage = 9E 42 7D 2E 14 C9 83 23 InputMessageLength = 8 TDES_Key = D0 D1 D2 ...