Posted on December 20, 2017 at 10:37 hi. im running a provided example of HID periphProfiles. using STEVAL-IDB005V1D on NXP platform (FRDM-KL43) SPI lines are OK, i can read header from the blueNRG-MS. the thing is IRQ always high. so that ...
Posted on December 26, 2016 at 17:51
hi all.
running the demonstrations project on STM32F4X9-EVAL on the EVAL board works fine.
in my project i need to conserve power so i need to go into stop,ode while system is idle.
stop mode will req...
Posted on October 31, 2016 at 09:36hi allcurrently on discovery board - trying to put system into stop mode every 5 sec and wake it after 5 sec.it seems like some flag isn't getting reset or an interrupt issued always (timer interrupt)how can i trac...
Posted on October 27, 2016 at 22:50
Hi All!
Edit : i'm using dicovery board STM32F429I-DISCO.
i'm tying to combine 2 examples from ST CUBEF4 Firmware Package V1.10:
1. TIM - peridoc activity, every 0.5 seconds toggle LED3.
2....
Posted on November 05, 2015 at 10:21helloas required in the STemwin manual i have to enable RCC AHB1 CRC clock. ''The CRC module (in RCC peripheral clock enable register) should be enabled before using the library''trying to use RCC_AHB1PeriphClockC...
Posted on September 16, 2017 at 07:05Thank you for your reply.i was finally make it work.what you gave as an options for callback are just callback which the ADC IRQHandler function should call.that means you have to declare this inturrept on NVIC b...
Posted on September 05, 2017 at 10:50HiTrying to take your code as an example of use of HAL_ADC_AnalogWDGConfig();using a ADC2 with single channelmissing in your code (or i don't understand): how to declare the ADC interrupt on NVIC, do i need to us...
Posted on December 29, 2016 at 14:41HI againjust to clarify:i'm running 2 projects which include STemWin. one include freeRTOS and named 'Demonstrations', the other is stand alone and named 'Hello World' at those two projects i run the above code. t...
Posted on October 28, 2016 at 13:57hithank you very much for your helpPrediv defined as you wrote on h file.also tried disable the timer before configuring it - doesn't help.i might doing it wrong , i will check how to use systick, its just was easy...