STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am working on lwip, tcp/ip, RTOS application with stm32f746 discovery board . By clicking a button on the server with html page, i can toggle a LED . The problem is that, how do i get the text i wrote in an html page into the mcu?

I am working on lwip, tcp/ip, RTOS application with stm32f746 discovery board . By clicking a button on the server with html page, i can toggle a LED on the board with the help of the code below:if (recv_err == ERR_OK)   {   if (netconn_err(con...

adogan by Associate
  • 513 Views
  • 3 replies
  • 0 kudos

HAL_Delay and interrupts?

Hello, If I am using an external interrupt on a GPIO pin HAL_Delay() in my program's main() does not work. while (1) { serprintf("Before HAL Delay"); HAL_Delay(500); serprintf("After HAL Delay");   } "After HAL Delay" never happens. I'...

STM32F373 USB DFU Bootloader

Hello, I've developed a board and trying to update the firmware with usb.My board has lcd display, and I want to display "Firmware Update Mode" while the device is in bootloader mode.Can I catch an interrupt to write something to LCD?Also, how can I ...

DFU standalone firmware update

Hello,I was applying the DFU_Standalone project on STM32L5 and it is working fine. I was using the dfu example ( STM32L562E-DK_LED_Toggle_@0x0800C000.dfu) given by the standalone project in order to download it on the device.I would like to know, in ...

MOsta.1 by Associate II
  • 291 Views
  • 0 replies
  • 0 kudos

B-L4S5I-IOT01A STSAFE-A110 Test problem

안녕하세요. 저는 한국 mouser를 통해서 B-L4S5I-IOT01A 보드를 구매하여 개발 테스트를 하고 있습니다.그런�?� X-CUBE-AWS 테스트 중 내부 보안 chip�?� �?�용한 키 값�?� 만드는 기능�?� 정�? �?�작하지 않습니다.KMS 기능�?� 사용하는 경우는 정�? �?�작하는�?� 혹시 해당 chip만 불량�?� 수�?� 있�?�까요? 그런 경우 어떻게 검�?�?� 할 수 있�?�까요?

KYang.7 by Associate
  • 368 Views
  • 2 replies
  • 0 kudos