julienvoirin, downloaded svn, toolchain and other stuff, compiled \trunk\apps\examples\srio. uploaded it to a board, but get no response from my DIN module... 
Maybe DIN module is not functioning, maybe I need to connect it to other pins on this mcu... Think I need to check if my module working first. 
 
Update: checked DIN module on Arduino board - all 64 (I have 8 x 74hc165) pins reads correctly (on 5 volts and on 3.3 volts) -> DIN module is OK. 
So the problem is somewhere else... I think I need different setting of the toolchain to compile apps for this core. 
I've tried to set MIOS32_PROCESSOR=STM32F103ZE but get error on make (there is no .ld file for that core). 
 
Update 2: copied \trunk\etc\ld\STM32F10x\STM32F103RE.ld to STM32F103ZE.ld 
set MIOS32_PROCESSOR=STM32F103ZE 
compiled without errors, but still no response from DIN :( 
What am I missed out? I think, that pins maybe different on this core.