«state-machines» 태그된 질문

8
상태 저장 요소의 출력이 종종 Q로 명명되는 이유는 무엇입니까?
논리 회로도에서 논리 게이트 및 조합 회로의 입력 및 출력 이름 지정에 대한 다양한 규칙을 보았습니다. 그러나, 래치와 같은 상태 요소 플립 - 플롭 자주 추상적와의 연결이 의심 Q.라고 자신의 "상태"가 유한 상태 기계 "상태"가 종종 아니라 Q를 알 수있다 이론적 컴퓨터 과학에서 (나는 이렇게 물었다 그들도 :-) 그런데 왜 …

11
VHDL 인터뷰 질문-나머지없이 숫자를 5로 나눌 수 있는지 감지
VHDL에 대한 멋진 인터뷰 질문을 보았습니다. 번호를 받고 나머지없이 5로 나눌 수 있는지 감지하는 시스템을 구축하십시오. 나는 상태 머신으로 그것을 해결하려고 노력했다. (나는 그들이 당신이 mod 또는 rem 을 사용하고 싶지 않다고 가정한다 ) 초기 성공 (5, 10, 15와 같은 숫자와 20, 40, 80과 같은 숫자는 성공했다) ), 130, 75 …

6
시리얼 프로토콜 구분 / 동기화 기술
오늘날에도 비동기식 직렬 통신이 전자 장치에 널리 보급됨에 따라 많은 사람들이 때때로 이러한 질문에 직면했다고 생각합니다. 직렬 회선 (RS-232 또는 이와 유사한)으로 연결된 전자 장치 D와 컴퓨터를 고려하여 PC정보를 지속적으로 교환해야합니다 . 즉 , PC각 명령 프레임을 보내고 상태 보고서 / 원격 측정 프레임으로 각각 응답합니다 (보고서는 요청에 대한 응답으로 …
24 serial  communication  protocol  brushless-dc-motor  hall-effect  hdd  scr  flipflop  state-machines  pic  c  uart  gps  arduino  gsm  microcontroller  can  resonance  memory  microprocessor  verilog  modelsim  transistors  relay  voltage-regulator  switch-mode-power-supply  resistance  bluetooth  emc  fcc  microcontroller  atmel  flash  microcontroller  pic  c  stm32  interrupts  freertos  oscilloscope  arduino  esp8266  pcb-assembly  microcontroller  uart  level  arduino  transistors  amplifier  audio  transistors  diodes  spice  ltspice  schmitt-trigger  voltage  digital-logic  microprocessor  clock-speed  overclocking  filter  passive-networks  arduino  mosfet  control  12v  switching  temperature  light  luminous-flux  photometry  circuit-analysis  integrated-circuit  memory  pwm  simulation  behavioral-source  usb  serial  rs232  converter  diy  energia  diodes  7segmentdisplay  keypad  pcb-design  schematics  fuses  fuse-holders  radio  transmitter  power-supply  voltage  multimeter  tools  control  servo  avr  adc  uc3  identification  wire  port  not-gate  dc-motor  microcontroller  c  spi  voltage-regulator  microcontroller  sensor  c  i2c  conversion  microcontroller  low-battery  arduino  resistors  voltage-divider  lipo  pic  microchip  gpio  remappable-pins  peripheral-pin-select  soldering  flux  cleaning  sampling  filter  noise  computers  interference  power-supply  switch-mode-power-supply  efficiency  lm78xx 

5
마이크로 컨트롤러 및 FSM 예제의 인터럽트 처리
초기 질문 마이크로 컨트롤러의 인터럽트 처리에 대한 일반적인 질문이 있습니다. MSP430을 사용하고 있지만이 질문이 다른 uC로 확대 될 수 있다고 생각합니다. 코드를 따라 인터럽트를 자주 활성화 / 비활성화하는 것이 좋은 습관인지 아닌지 알고 싶습니다. 즉, 인터럽트에 민감하지 않은 코드 부분이 있거나 더 나쁜 경우 인터럽트를 수신해서는 안되는 코드가 있다면 다음과 …

3
동일한 키 행을 동시에 누름
VHDL에서 키패드를 설계하고 있습니다. 하나의 키만 누르면 모든 것이 잘 작동합니다. 상태 머신에서 키 누름을 위해 각 열을 스캔하고 키를 누르지 않으면 pin4pin6pin7pin2 = "0000"다음 열을 스캔하기 위해 다음 상태로 전환 하는 조건 입니다. 따라서, I는 열 설정 pin3pin1pin5을 순차적으로 행을 "001", "010"그리고 "100". 스캔하는 동안 pin3pin1pin5으로 "001"하고 경우에하는 pin4pin6pin7pin2것입니다 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.