Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Mina2016

  1. M

    Max Tim Period

    Is this formula for finding maximum Timer period in STM32L476? Max Timer Period = (PSC + 1) x (ARR + 1) x T_CLK
  2. M

    FM signal

    Hello . Could you explain me which one is better in the receiving mode NFM or WFM?
  3. M

    C code/ Floating point num

    My teacher told us that we cannot use float pointer here. I am not sure, but I guess due to having “int main “command, we cannot point to the floating numbers by float pointer.
  4. M

    C code/ Floating point num

    no It is not. In this part of the code, I just need to declare pointer to floating number x. The other parts are about bitwise operations.
  5. M

    C code/ Floating point num

    Hello, In C code below why I cannot use float to declare pointer to the floating point number. It has used “char” but I don’t understand why. could you explain it to me? #include "stm321476xx.h" ‡include <stdio.h> unsigned int a = 1; unsigned int b, c; float x = 3.0; int main () { //...
  6. M

    Microcontroller in assembly language

    I have attached a file to my post which includes c program. At the bottom of that file, there is a memory address with data in hex. I need to show how numerical and nunnumerical data is stored in memory. That is why I asked what 256 is in hex(with8bits) because I wanted to find hex...
  7. M

    Microcontroller in assembly language

    1674958247 tnx
  8. M

    Microcontroller in assembly language

    1674955704 Doesn’t the number 00000100(in hex) equal to 256 in decimal?
  9. M

    Microcontroller in assembly language

    1674951923 I meant how to represent 256 in hex with 8bits.
  10. M

    Microcontroller in assembly language

    Hello. In MDK KEIL, I created a simple c program and then I need to read data in Hex from the memory(STM32). in C program I have short b=255 int c=256 I know that in 8 bit numbers, the max number is 255. I wonder if the two line of the program above are correct or not. If so, how I can...
  11. M

    [SOLVED] Multiplier

    Thank you. The goal is to design a multiplier by shift-add . I used two shift register and one full adder. connecting them together. I need to design a control unit for it
  12. M

    [SOLVED] Multiplier

    Hello. How can I design an unsigned shift- add 4 bit multiplier in multisim? how many shift register I need? Tnx in advance
  13. M

    GAL22V10 largest adder

    I got it. It only supports less than 10 macro cells. so a 5 bit full adder is the largest one. Thank you.
  14. M

    GAL22V10 largest adder

    If we want to figure out what the largest full adder that can fit in GAL22v10, we need to consider 10macrocells as well. Right? so, it means that there are a maximum of 32 pin numbers. Am I correct? 1666727651
  15. M

    GAL22V10 largest adder

    By using this formula the largeset adder will be 7 bit full adder that can fit in Gal22v10 because the maximum number of pins are 22. Am I right?

Part and Inventory Search

Back
Top