Others: hardware and software

Discuss hardware and software design challenges, including NOR flash storage, OTA updates, component ID, and thermal management.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hello, i'm searching for the Source Code for the Eval Board STEVAL-ILD004V2? There is only the compiled Firmware Version. Can anybody help me?

Posted on November 17, 2017 at 14:08Hello,i'm searching for the Source Code of the EVAL Board STEVAL-ILD004V2 with STM8S103F2 Controller?I can only found the compiled Firmware.Can anybody help me?Best Regards,Stefan#steval-ild004v2-source-code?

Propper use of RSF bit.

According to the datasheet the RTC_ISR1_RSF bit is by hardware when the shadow regs are updated. Is it safe to assume that the shadow regs will not be updated when the RSF bit is already set?

mschn.17 by Associate II
  • 829 Views
  • 0 replies
  • 0 kudos

Resolved! Reading data from Socket Client

Hi, I am using the IDW04A1 with an STM F401RE MCU. On my program I want to be able to read data from a socket client, so I can essentially tell my MCU to run certain tasks over Wi-Fi. The problem is, all the Socket Read API just return the status of ...