Search found 5 matches

by Harvolt
Tue Oct 24, 2023 12:05 pm
Forum: General
Topic: Interrupts
Replies: 3
Views: 954

Re: Interrupts

If your inside an interrupt macro when a second interrupt is triggered then on the 18F device the first interrupt macro will be fully completed and then the second interrupt macro will be called. As long as your monitor timer interrupt isn't too long it should effect your timings by much. On other ...
by Harvolt
Tue Feb 21, 2023 3:21 pm
Forum: General
Topic: input pullups - ARM processor, STM32f0..
Replies: 5
Views: 972

Re: input pullups - ARM processor, STM32f0..

hi Ben, Steve, Leigh,
thanks for getting back - got a chance now to give this a go..
by Harvolt
Tue Feb 21, 2023 2:57 pm
Forum: Feature Requests
Topic: be able to set pullup/down/other at input ICON
Replies: 0
Views: 1221

be able to set pullup/down/other at input ICON

Hi, i like the product from an all round hardware design engineer's perspective. I like it for checking my hardware designs without getting bogged down in LL's and HAL's from ST.. But being able to set input pullup/downs is a very basic requirement!!!! i do not want to have to sprinkle 20 0402's or ...
by Harvolt
Mon Feb 20, 2023 10:07 am
Forum: General
Topic: input pullups - ARM processor, STM32f0..
Replies: 5
Views: 972

Re: input pullups - ARM processor, STM32f0..

so will the flowcode IDE support a discrete C code write to this register via a Code Command icon? will the compiler understand or recognise that register name? Could you provide an example of how this would be done? - i purchased the FLOWCODE ARM version for training only,i was hoping this would be...
by Harvolt
Sat Feb 18, 2023 9:03 am
Forum: General
Topic: input pullups - ARM processor, STM32f0..
Replies: 5
Views: 972

input pullups - ARM processor, STM32f0..

hi all,
is there a convenient way, either graphically or C code to implement a pull up on a digtial input for STM32f0 processors? :?: