STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

mbedTLS Client ssl handshake failed

Posted on December 22, 2017 at 11:45I am using STM32F769I-DISCO. and using STM32Cube_FW_F7_V1.8.0I want to test mbedTLS SSL_Client example.I am using STM32Cube_FW_F7_V1.8.0\Utilities\PC_Software\ssl_server\ssl_server.exe as SSL server in Windows 7.W...

ritesh by Associate II
  • 609 Views
  • 0 replies
  • 0 kudos

Resolved! CubeMX generator have a problems

Posted on December 20, 2017 at 18:21Hello guys! Help me please... I have problems with the CubeMX, can not generator code create project((( Operating system Linux Mint 18

Hosting by Associate III
  • 679 Views
  • 4 replies
  • 0 kudos

STM32L4R9-EVAL UART Promblem

Posted on December 19, 2017 at 12:48Hello, I'm struggling to make (any of) the UART examples for the STM32L4R9-EVAL board work, so far without any success. Has any one here was able to get any data from the UART port (through the ST_Link interface) ...

Resolved! STM32L432KC - Timer DMA Triggering ADC DMA?

Posted on February 17, 2017 at 05:19 Hi, On my larger project, I would like to be able to generate a timer that will trigger an ADC read on each rising edge. I was able to tackle this problem by creating a smaller project and executing it! Sup...

Nolan L by Associate III
  • 4373 Views
  • 7 replies
  • 0 kudos

Resolved! STM32l4 in stop2 mode with rtc alarm

Posted on December 21, 2017 at 07:47Dear all i want to wakeup stm32l4 in every two minute from stop2 mode using RTC,give me suggestion.I am using example code from st and trying  PWR_STOP2_RTC on my custom board,i am finding that l4 is not going in ...

Receive UART WWDG_IRQHandler infinite loop

Posted on December 21, 2017 at 14:25Good morning. I'v tried to perform an UART receive on stm32f407vg board using RXNE interrupt. But when i execute the code it is blocked on WWDG_IRQHandler infinite loop. I post my code:#include 'stm32f4xx.h'#inclu...

Resolved! Toggling GPIO STM32F407VGT6

Posted on December 19, 2017 at 05:50Hello,I am using the Mikro Pro C IDE to write a simple program to toggle GPIOA pin 0 on a STM32F407VGT6. When I compile I get several errors, but I don't think it has to do with an error in my code, more or less a...

0690X00000609FsQAI.png

how would i change this code to it four bit rather than 8?

Posted on December 20, 2017 at 14:02#ifndef _LCD_H_ #define _LCD_H_ #define LCD_PORT GPIOD #define LCD_RS_pin 11 #define LCD_RW_pin 12 #define LCD_E_pin 13 #define LCD_D0_pin 0 #define LCD_LINE1 0x80 #define LCD_LINE2 0xc0 #define set_LCD_RS() LCD_P...

j g by Associate II
  • 366 Views
  • 1 replies
  • 0 kudos