STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Delay Function Without SysTick_Handler Interrupt

Posted on May 27, 2013 at 15:58Hello , I want to try use a function that is without  SysTick_Handler Interrupt : I wrote this function  : void DelayUs(int us) { unsigned int cnt; while(us-- >0) {    cnt = SysTick_GetCounter(); // get systick count...

Java on Evaluation Board

Posted on May 07, 2013 at 16:28Can you confirm that specific evaluation board versions are required to run demos on HW? #java-evaluationboards

Mock in Java

Posted on May 07, 2013 at 16:32HiHow easy is to create mocks for specific hardware simulation (company propietary for ex)?Rgds #specific-mock

Chip J and Chip U

Posted on May 07, 2013 at 17:45I did not understand the need of specific STM32 JAVA devices. What is specific inside these U and J types.