136 reputation
17
bio website pur3.co.uk
location Cambridge, United Kingdom
age 30
visits member for 11 months
seen May 7 at 14:53
stats profile views 11

Apr
18
awarded  Popular Question
Mar
22
awarded  Nice Question
Mar
5
answered Microcontroller with Java API
Dec
15
awarded  Notable Question
Oct
12
revised Throttling data from USB serial connection on STM32 microcontroller (flow control)
added 182 characters in body
Oct
12
answered Throttling data from USB serial connection on STM32 microcontroller (flow control)
Oct
12
comment Throttling data from USB serial connection on STM32 microcontroller (flow control)
that last 'explicit' should be 'implicit'. I have a feeling that the STM32 has some hardware that handles the USB, so it may be a matter of telling that whether to send ACKs or not - rather than explicitly sending them from code.
Oct
12
comment Throttling data from USB serial connection on STM32 microcontroller (flow control)
The more I look at this, the more I think that the answer could be calling SetEPRxStatus(ENDP3, EP_RX_?) and then setting it to EP_RX_VALID in the main loop when all data is processed. However I am unable to get this to work - so any input (or examples where this is done) would be appreciated.
Oct
12
comment Throttling data from USB serial connection on STM32 microcontroller (flow control)
Do you have any example? The main loop knows data is there. The problem is that the ISR (or at least EP3_OUT_Callback) doesn't appear to explicitly ACK. Just the fact that EP3_OUT_Callback is called is an explicit ACK, and by then it is too late.
Oct
11
revised Throttling data from USB serial connection on STM32 microcontroller (flow control)
added 37 characters in body
Oct
11
asked Throttling data from USB serial connection on STM32 microcontroller (flow control)
Sep
11
awarded  Popular Question
May
31
awarded  Self-Learner
May
31
awarded  Teacher
May
31
answered How do I develop for STM32 discovery on Linux?
May
31
awarded  Editor
May
31
revised How do I develop for STM32 discovery on Linux?
edited title
May
31
comment How do I develop for STM32 discovery on Linux?
Thanks! I hadn't seen those links before. I'm amazed there isn't a more definitive guide somewhere though as different discovery boards have subtly different build flags.
May
31
awarded  Student
May
31
asked How do I develop for STM32 discovery on Linux?