Search found 2 matches

by arianofiran
11 Oct 2020 07:00
Forum: mikroC PRO for AVR General
Topic: Convert 4 bytes to floating point
Replies: 8
Views: 5669

Re: Convert 4 bytes to floating point

do as this
union f2c{
float f;
unsigned char c[4];
}

store float to f2c.f and retrive bytes as f2c[0]..[3] and vis versa
by arianofiran
26 Feb 2017 12:04
Forum: ARM PRO Compilers
Topic: Ethernet problem by LAN8720A and STM32F407ZG
Replies: 1
Views: 6296

Ethernet problem by LAN8720A and STM32F407ZG

Hello i have made my own hardware based on STM32F407ZG and LAN8720 as PHY interface for ethernet. all thins works like a charm in startup for a while and after 20-30 seconds ethernet stop to reply any request even ICMP/ping :shock: after a while it comes back and works for a while and this repeat. i...

Go to advanced search