This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

General aspects using a Discovery Board with a STM32F407VG and uVision from Keil and SW4STM32 fon AC6

Hello, some time ago I started to play with CortexM4,

I bought a Discovery Board with a STM32F407VG in order to be programmed with uVision from Keil.

I am developing a project where the money is very restricted, that's why I was using a free licence from Keil.

Everything was working fine until I exceed the program size of 32KB(now I need to pay the license if I want to continue for this way).

I started to look for other option, and gnu-arm-none-eabi with Eclipse seems to be the answer.

The big problem are the peripherals: I need to use UART(to output message on debugging time using the famous "printf()") and SDIO to log some variables from different sensors that require I2C.

In general terms: what are the aspects that I need to consider when I switch those IDEs: from uVision to "System Workbench for STM32" known as SW4STM32.

Parents
  • I've corrected the link, so I won't be confusing people who have the same problem.

    "POSIX system calls via host" - do I understand this correctly ??

    If I do, then that is an absolutely awesome feature!

    Is it possible to open /dev/somedevice or a pipe or a socket ?

    -If it is, then it means rapid development of fun stuff!

Reply
  • I've corrected the link, so I won't be confusing people who have the same problem.

    "POSIX system calls via host" - do I understand this correctly ??

    If I do, then that is an absolutely awesome feature!

    Is it possible to open /dev/somedevice or a pipe or a socket ?

    -If it is, then it means rapid development of fun stuff!

Children
No data