2011-10-10 06:27 AM
I am working on stm32f217 144pins.
I try to connect signal I2S3_SCK to stm32 but all two pins (pin nr 111 and pin nr 133) which provide this connection are used by other peripherials.These pins share functionality with JTAG and SD card. Apart from use two I2S ports for audio stream I would like to connect JTAG and SD card to stm32. The problem is, that only possible connection SDIO_D2 signal to stm32 is by pin 111, and only possible connection JTD0 signal to stm32 is by pin 133. So, in my case I don't have free pin to connect I2S3_SCK signal. So I have a question, how can I manage to connect all three signals to stm32? Please help me.2011-10-10 07:42 AM
Can you use SWD instead of full JTAG?
To use other functionality you'll need to map/remap the peripherals as you need them, because you're pin constrained and they won't work together.2012-08-13 02:11 AM
I followed your advice and chose SWD insted of JTAG. Thanks a lot.