STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AN3309 xls file

Posted on May 28, 2013 at 13:29Hello, Can someone please tell me where i can found the STM32L1xx_Clock_Configuration_VX.Y.Z.xls that the AN3309 talk about ? Thanks. #an3309-clock-configuration

nicolas by Associate III
  • 139 Views
  • 2 replies
  • 0 kudos

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...

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

Labels