2009-01-26 09:22 PM
unable to set bit
2011-05-17 04:00 AM
Maybe you are missing some defines in stm32f10x_conf.h ?
Like: #define _GPIOB #define _DMA_Channel12011-05-17 04:00 AM
It compiles fine for me!
2011-05-17 04:00 AM
SOLVED
I did some moving of code blocks around, and discovered that if I moved my union statement directly after the typedefs, then this error went away. I can't explain why, but it does work, so thanks all. Dave :)