• CALL C FUNCTIONS WITHIN STARTUP CODE
    Hello, I need to start C functions from startup code before calling C startup (which calls main()). Reason: I have to do some selftests like a destroying RAM Test which must be done before the...
  • Problem with own bootloader / its application startup
    Hi all I am having problems with application startup. My USB based bootloader needs to start the "real" application if no USB is present. So I got two separate programs in flash residing on different...
  • Update of the ST Library within the Keil Development Environment
    Hello Everyone, I have been doing some tests with the MCBSTM32 board and the firmware library enclosed with the KEIL compiler delivered by ST. Can anyone point me the the place where I can find a...
  • SSL library of Keil included within Security option
    Hi, I am using keil 5.23, and have selected HTTPS.Using HTTPS Webserver is created and I am trying to upload .xml file via Webserver, My doubts are: 1. What maximum size of file can be uploaded...
  • Place assembly within C Code
    Hi I searched all over the keil software but never found how to access the assembly code of my project. The help itself tells that you can use #pragma SRC to instruct compiler to create an SRC file...