• Error while trying to initialize printf/scanf with __FILE
    Hi All, I am using Keil uVision 5 with STM32F411RE I have a piece of code as follows (source http://www.keil.com/support/man/docs/armlib/armlib_chr1358938931411.htm ) #include <stdio.h> struct...
  • wolfSSL error and missing eader file
    I installed for testing wolfSSL pack version 3.3.9. In Manage Run-Time Environment add to project Simple Client, Resolve Dependencies and make rebuild. compiler return compiling client.c.....
  • Wolfssl pthread.h is missing
    Hi I want to use wolfssl library (v3.6.9) on Keil (v5.17), but when I add wolfCrypt to project, I get this error: C:\Program Files (x86)\Keil 5.17\ARM\PACK\wolfSSL\CyaSSL\3.6.9\wolfssl\wolfssl/wolfcrypt...
  • Keil SAME70 Start up files issue
    Hi, I'm working on ATSAME70Q21 microcontroller in Keil IDE. I downloaded latest Keil and SAME70_DFP (ATMEL) software packages. I created a dummy project (which is having only main function) and tried...
  • gettting wolfSSL working with simple Keil uVision program
    I can't get wolfSSL to compile. My program is very simple, no OS, but it appears as though wolfSSL requires CMSIS OS (?) I only need wolfSSL to do a SHA hash on a block of data. Perhaps there is...