
Search found 7 matches
- Tue Apr 06, 2021 3:50 pm
- Forum: Custom design boards
- Topic: Interruptions conflict stm32f103RB6T
- Replies: 7
- Views: 7730
Re: Interruptions conflict stm32f103RB6T
ok, many thanks for your help ! Fortunately I only have 15 interruptions 

- Tue Apr 06, 2021 3:24 pm
- Forum: Custom design boards
- Topic: Interruptions conflict stm32f103RB6T
- Replies: 7
- Views: 7730
Re: Interruptions conflict stm32f103RB6T
really ? I was thinking it will only act with priority.
- Tue Apr 06, 2021 2:46 pm
- Forum: Custom design boards
- Topic: Interruptions conflict stm32f103RB6T
- Replies: 7
- Views: 7730
Re: Interruptions conflict stm32f103RB6T
Hello,
Thanks for your feedback. My project is really big and I can not share it easily.
I do not used interruption in parallel, the conflict happens using pins one by one. Some pins does not react anymore, but depending of order of attachinterrupt instructions.
I've disabled some hardware pins in ...
Thanks for your feedback. My project is really big and I can not share it easily.
I do not used interruption in parallel, the conflict happens using pins one by one. Some pins does not react anymore, but depending of order of attachinterrupt instructions.
I've disabled some hardware pins in ...
- Tue Apr 06, 2021 2:12 pm
- Forum: Custom design boards
- Topic: Interruptions conflict stm32f103RB6T
- Replies: 7
- Views: 7730
Interruptions conflict stm32f103RB6T
Hello,
I've developped a board based on stm32f103RB6T and maple libraries.
I'm using 15 external interruptions pins. It seems I have a conflict between interruptions, some of them are not detected.
If I change order of attachInterrupt instructions, other pins become unavailable, so the order ...
I've developped a board based on stm32f103RB6T and maple libraries.
I'm using 15 external interruptions pins. It seems I have a conflict between interruptions, some of them are not detected.
If I change order of attachInterrupt instructions, other pins become unavailable, so the order ...
- Mon Jan 04, 2021 8:37 am
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 5289
Re: STM32F103 USB KO after being suspended
Hello,
Thanks for the link. The problem appears with and without hub.
Seems function usb_midi_DataRxCb in usb_midi_device.c is not called after a wakeup. But If I send a second midi data, it works.
Dont' really understand why for the moment... I go on.
regards,
Aurélien
Thanks for the link. The problem appears with and without hub.
Seems function usb_midi_DataRxCb in usb_midi_device.c is not called after a wakeup. But If I send a second midi data, it works.
Dont' really understand why for the moment... I go on.
regards,
Aurélien
- Sat Jan 02, 2021 4:26 pm
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 5289
Re: STM32F103 USB KO after being suspended
Hello,
I'm using a stlink to program the board. There is no problem at boot, but only when a suspended mode is detected. I don't use any custom bootloader.
I'm using a stlink to program the board. There is no problem at boot, but only when a suspended mode is detected. I don't use any custom bootloader.
- Sat Jan 02, 2021 2:20 pm
- Forum: Custom design boards
- Topic: STM32F103 USB KO after being suspended
- Replies: 5
- Views: 5289
STM32F103 USB KO after being suspended
Hello,
First of all, many thanks to Roger for the job done. I found many many things on this forum.
I finished creating a MIDI footswitch. I only have one problem :
When USB is suspended, I could not received any more data on it, even if state is back to connected. But I can still send data.
I ...
First of all, many thanks to Roger for the job done. I found many many things on this forum.
I finished creating a MIDI footswitch. I only have one problem :
When USB is suspended, I could not received any more data on it, even if state is back to connected. But I can still send data.
I ...