I need to read analog output from the pin . Is there any additional hardware required for this?
I need to read analog output from the pin . Is there any additional hardware required for this?
Hi,
It is hard to conclude which IDE is the best for development, as everyone have their own preferences in this matter. Most IDEs have their strengths and weaknesses. We officially support a number of IDEs/compilers, and you can find tutorials and blogs helping with setup of alternative IDEs.
Personally I use Keil for most projects, as this is the simplest to setup and the one best integrated with our SDK, but it is expensive if you exceed the 32 kB project size. If you are looking for a free alternative, Segger Embedded Studio (SES), which is free for non-commersial use, is a great alternative. Another alternative is to use GCC with Eclipse, as described in the tutorial Development with GCC and Eclipse, but this is often more work to setup and get working with debugging etc.
Best regards,
Jørgen
Hi,
It is hard to conclude which IDE is the best for development, as everyone have their own preferences in this matter. Most IDEs have their strengths and weaknesses. We officially support a number of IDEs/compilers, and you can find tutorials and blogs helping with setup of alternative IDEs.
Personally I use Keil for most projects, as this is the simplest to setup and the one best integrated with our SDK, but it is expensive if you exceed the 32 kB project size. If you are looking for a free alternative, Segger Embedded Studio (SES), which is free for non-commersial use, is a great alternative. Another alternative is to use GCC with Eclipse, as described in the tutorial Development with GCC and Eclipse, but this is often more work to setup and get working with debugging etc.
Best regards,
Jørgen