brook has joined #beagle
vagrantc has quit [Quit: leaving]
Shadyman has joined #beagle
Shadyman has quit [Quit: Leaving.]
notserpe has quit [Quit: Connection closed for inactivity]
xet7 has joined #beagle
darkapex has quit [Ping timeout: 252 seconds]
darkapex has joined #beagle
Siegurd has joined #beagle
jfsimon1981_b has joined #beagle
<Siegurd> Why PRU_IEP.c example https://pastebin.com/bSKqCHKr works if I include intc_map.h and hangs if intc_map_1.h? I use intc_map_1.h to work with ADC channels/RPmsg on PRU1 and want to add IEP timer to implement PWM.
<Siegurd> The difference between map.h files is in 7 and 19 sysevt but I dont know what do do with that. I tried change CT_INTC.SECR0 & (1 << 7) to CT_INTC.SECR0 & (1 << 19) but no luck.
ikarso has joined #beagle
wiagn has joined #beagle
wiagn has quit [Client Quit]
notserpe has joined #beagle
Stat_headcrabed1 has joined #beagle
Stat_headcrabed1 has quit [Client Quit]
CodeAgain has joined #beagle
CrazyEddy has quit [Remote host closed the connection]
CrazyEddy has joined #beagle
mvaittin has quit [Ping timeout: 240 seconds]
zjason` has joined #beagle
zjason has quit [Ping timeout: 240 seconds]
wiagn has joined #beagle
wiagn has quit [Client Quit]
renrelkha has quit [Quit: bye]
renrelkha has joined #beagle
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #beagle
darkapex has quit [Ping timeout: 260 seconds]
darkapex has joined #beagle
mvaittin has joined #beagle
mvaittin has quit [Ping timeout: 258 seconds]
vagrantc has joined #beagle
<Siegurd> ah... I just change /* number of system events being mapped */ from 1 to 2 and add {7, 1, 1},/* {sysevt, channel, host interrupt} */ line to existing one.... Problem solved :)
<set_> !
buzzmarshall has joined #beagle
vagrantc has quit [Quit: leaving]
Siegurd has quit [Read error: Connection reset by peer]
<zmatt> iep for pwm? I don't recall iep having pwm functionality, are you confusing it with ecap?
<zmatt> and if you do need a hardware timer I'd generally recommend eCAP for that purpose too... unless you're already using it for pwm
<zmatt> or unless you need some specific functionality of IEP