STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 1572 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
  • 541 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
  • 308 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 ...

ST32F072 USB Simulation of Cable disconnect

Posted on September 29, 2015 at 20:28Hi, i'm working for usb project with ST32F072 with your example STM32Cube_FW_F0_V1.3.0 (CDC STANDALONE).I'm trying to simulating a USB disconnect with USBD_DeInit ( &USBD_Device ), but apparently not work ( for P...

Marco1 by Associate II
  • 298 Views
  • 2 replies
  • 0 kudos

STM32F7 Data Cache Question

Posted on September 29, 2015 at 09:56What is the correct way to set the SRAM1 & SRAM2 as NON-CACHEABLE? I am using STM32F746 and the Discovery board.

cm600 by Associate II
  • 598 Views
  • 4 replies
  • 0 kudos

STM32F3 discovery: SPI in 16 bit mode???

Posted on June 30, 2013 at 21:49 Hi, I'm sending data on the SPI interface. This seems to work a bit. The most important difference from what I expected is now that I want to put an 8bit value in the DR register, and I end up with 16...

IAR error Li 005

Posted on September 29, 2015 at 23:13I am trying to drive a KS0108 based LCD with a STM32L series micro-controller. I have the following source code: #include ''KS0108.h'' #include ''graphic.h'' int main(void) { GLCD_Initialize(); GLCD_ClearScreen()...

HAL_UART_Transmit ?

Posted on September 28, 2015 at 22:58Guys, How can I transmit a variable value using HAL_UART_Transmit ? for example I have c = 0; How can I do : HAL_UART_Transmit(&huart1, c, 100, 1000); and I will get 0 on my serial port ? Thanks