You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! i had download, setup and start this code at mine prj. no freertos.
TIM2 (no nvic int). 72mhz/ 72 -1 prescaler, 0xffff counter period. no interrupts
pin GPIOB 12
one ds18b20 (later will be two)
Ds18b20_Init return true in main begin before for(;;)
Ds18b20_ManualConvert calls every 20 secs and return true always
but, no temperature and no dataisvalid
i can see ds18b20 adress only.
Hi! i had download, setup and start this code at mine prj. no freertos.
TIM2 (no nvic int). 72mhz/ 72 -1 prescaler, 0xffff counter period. no interrupts
pin GPIOB 12
one ds18b20 (later will be two)
Ds18b20_Init return true in main begin before for(;;)
Ds18b20_ManualConvert calls every 20 secs and return true always
but, no temperature and no dataisvalid
i can see ds18b20 adress only.
this is my log:
16:37:33.222> initok
16:37:33.222> TimeDate: 21.09.16 4 16:37:28
16:37:33.911> readok
16:37:33.911> ds18b20[0]: 28 ff 4 99 50 17 4 bd
16:37:33.911> ds18b20[1]: 0 0 0 0 0 0 0 0
16:37:34.029> ds18b20[0]Temperature): 0
16:37:34.029> ds18b20[1]Temperature): 0
16:37:34.029> ds18b20[0]DataIsValid): 0
16:37:34.029> ds18b20[1]DataIsValid): 0
The text was updated successfully, but these errors were encountered: