|
| |
| |
| |
|
Statistics |
| Unique Visitors: 5087 |
| Total Unique Visitors: 115436815 |
| Visitors Out: 269479 |
| Total Visitors Out: 728109 |
|
|
|
| |
|
|
| |
|
| AVR GCC LCD library allows connecting pins in any order |
| 2011-12-17 03:52:58 |
Probably some of you are struggling in finding a proper LCD driver that would work on any circuit. Just wanted to point out that I found some time to improve my current LCD library so it would support a mixed … Continue reading →
...
|
| |
|
| Modeling of analog part for DDS3 signal generator |
| 2011-12-11 17:06:04 |
When building AVR DDS2 signal generator there were lots of discussions about signal conditioning in analog part of device. First argument was that LM358 wasn’t the best choice for this purpose. Another one pointed to sine wave that weren’t smooth … Continue reading →
...
|
| |
|
| FreeRTOS on STM32 |
| 2011-12-05 12:11:06 |
High density line of STM32 microcontrollers have quite a bunch on features that can be used in user programs. The more features you add to source the more complicated program becomes and this way it starts to be difficult to … Continue reading →...
|
| |
|
| Driving Graphical LCD with STM32F103ZET6 |
| 2011-11-19 14:17:15 |
STM32F103ZET6 board comes with 3.2 inch graphical LCD which features an ILI9320 controller. Equipped LCD is capable of displaying 252144 colors when driven in 18-bit mode. We are gonna drive it in 16-bit mode, so we are limiting it to … Continue reading →...
|
| |
|
| Connecting STM32 USART to standard I/O streams in GCC |
| 2011-11-18 06:09:07 |
In many situations when working with STM32 microcontrollers you will want to output text strings. There is no need to write special functions that output specially formatted strings as it is hard to keep up with various cases. Simply speaking … Continue reading →...
|
| |
|
| Interrupt based button read on STM32F103ZET6 board |
| 2011-11-13 18:34:00 |
In previous example we implemented a simple demo program that reads buttons by constantly checking their status in main program loop. Obviously this isn’t efficient and convenient way to do that. Imagine your program has to do lots of tasks … Continue reading →...
|
| |
|
| Implementing buttons on STM32F103ZET6 |
| 2011-11-07 15:39:09 |
Last time we have made a good starting point with setting up a project template for STM32F103ZET6 development board using GNU tools. Using same project template we can move forward and start programing other elements. This time a quick note … Continue reading →...
|
| |
|
| Driving LEDs with LPC2148 microcontroller |
| 2011-11-05 12:00:05 |
Couple years ago I have purchased LPC2148 development board called BlueBoard form ngxtexhnologes. It is quite powerful board with ATM7TDMI series microcontroller which is considered an old guy comparing to Cortex ones. But still these are widely used and are … Continue reading →...
|
| |
|
| LED blinky demo on STM32F103ZET6 development board |
| 2011-11-03 19:50:41 |
Found some time to play with STM32F103ZET6 development board and decided to set up a simple project for it. Probably the trickiest part of this is to set up a project environment that would serve as template for following developments. … Continue reading →...
|
| |
|
| FreeRTOS on AVR with external RAM |
| 2011-08-31 15:39:23 |
AVR microcontrollers aren’t best choice to run FreeRTOS scheduler due to low RAM. Atmega128 has only 4K of RAM memory, so this limits FreeRTOS functionality to very basic. Anyway this can be solved by adding extra RAM connected to external … Continue reading →...
|
| |
|
| |
 |