Resolved! How to move DMA ISR functions from flash to RAM? (hoping they run faster)
Im using a stm32f105RBT6 and i am in need a ton of softpwm pins.My solution (with the help of @Community member ) was to run 4 DMA channels triggered by 4 different timers addressing 4 different GPIO ports (in a circular mode).This worked like a cha...