Posted on May 03, 2012 at 13:22
Hi all,
i want to configure OpenOCD for Stlink(embedded on stm32vld board)...
but after building and starting openocd i've got this output:
openocd -f /usr/local/share/openocd/scripts/in...
Posted on March 16, 2012 at 13:33
i am using eCos for my app. i have STM3210E-EVAL board.
in my app there is one thread(toggle LED) and external interrupt on PG8.
when button is pressed(PG8) another LED should blink once.but nothing...
...
Posted on March 15, 2012 at 11:01Hi,i need help for interrupt handling with eCos.i made simple app with one interrupt and one thread, but i cant catch the interrupt..tnx.
Posted on February 20, 2012 at 13:54Hi everyone,I am working on project with stm32f and ili9320 lcd driver but i have a problem with FSMC inicialization.can someone help me?i am using also eCos operating system.....thx.. #lcd #stm32-fsmc #ili9320
Posted on March 20, 2012 at 09:25
it's working now....the problem was function call
cyg_interrupt_create(CYGNUM_HAL_INTERRUPT_EXTI8, 1, (cyg_addrword_t)0, &button_isr,&button_dsr, &int1, &intr); arg4 and arg5 are pointers to ISR and DSRr...
Posted on March 19, 2012 at 09:41
the initialization of EXTI is done by OS....
initialization of GPIO is done by function initialization()...in previous post a forget it...
void
initialisation(
void
)
{
HAL_WRITE_UINT32(0x40021018...
Posted on February 21, 2012 at 12:13
Here's what I've done...
These are parts of my code.....
#define add_0 0x00000002
// RS of ILI9320 is connected to A[0] of FSMC //
// In case of a 16-bit external memory width(like ILI9320...